odata
Module Contents
alltypes
Module Contents
interface Action0
interface Action1<T1 : Any!>
interface Action2<T1 : Any!, T2 : Any!>
interface Action3<T1 : Any!, T2 : Any!, T3 : Any!>
interface Action4<T1 : Any!, T2 : Any!, T3 : Any!, T4 : Any!>
interface Action5<T1 : Any!, T2 : Any!, T3 : Any!, T4 : Any!, T5 : Any!>
interface Action6<T1 : Any!, T2 : Any!, T3 : Any!, T4 : Any!, T5 : Any!, T6 : Any!>
interface Action7<T1 : Any!, T2 : Any!, T3 : Any!, T4 : Any!, T5 : Any!, T6 : Any!, T7 : Any!>
interface Action8<T1 : Any!, T2 : Any!, T3 : Any!, T4 : Any!, T5 : Any!, T6 : Any!, T7 : Any!, T8 : Any!>
interface Action9<T1 : Any!, T2 : Any!, T3 : Any!, T4 : Any!, T5 : Any!, T6 : Any!, T7 : Any!, T8 : Any!, T9 : Any!>
open class AggregateExpression
open class AggregateExpressionList : ListBase, MutableIterable<AggregateExpression!>
open class AggregateFrom
open class AggregateFromList : ListBase, MutableIterable<AggregateFrom!>
open class AggregateMethod
open class AggregateValue : TransformValue
open class AggregateValueList : ListBase, MutableIterable<AggregateValue!>
abstract class AmountTransform : TransformValue
open class AndroidSystem
open class Annotation
open class AnnotationEquality : Equality
open class AnnotationList : ListBase, MutableIterable<Annotation!>
open class AnnotationMap : MapBase
open class AnnotationTerm
open class AnnotationTermList : ListBase, MutableIterable<AnnotationTerm!>
open class AnnotationTermMap : MapBase
abstract class AnyAsObject
abstract class AnyIsObject
open class AnyList : ListBase, MutableIterable<Any!>
open class AnyMap : MapBase
abstract class ArrayFunction
abstract class ArrayProperty
abstract class ASCII
abstract class Assert
open class AssertException : FatalException
open class AtomDeltaStream : DeltaStream
open class AtomException : DataFormatException
open class AtomicBoolean
open class AtomicInt
abstract class AtomValue
Module Contents
AtomValue()
@NonNull @NotNull open static fun entryDocument(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull context: @NotNull DataContext): @NotNull XmlDocument
@NonNull @NotNull open static fun errorResponse(@NonNull @NotNull element: @NotNull XmlElement, @NonNull @NotNull context: @NotNull DataContext): @NotNull ErrorResponse
@NonNull @NotNull open static fun feedDocument(@NonNull @NotNull list: @NotNull EntityValueList, @NonNull @NotNull context: @NotNull DataContext): @NotNull XmlDocument
@NonNull @NotNull open static fun formatCall(@NonNull @NotNull call: @NotNull DataMethodCall, @NonNull @NotNull context: @NotNull DataContext): @NotNull XmlDocument
@NonNull @NotNull open static fun formatDocument(@NonNull @NotNull value: @NotNull DataValue, @NonNull @NotNull context: @NotNull DataContext): @NotNull XmlDocument
@NonNull @NotNull open static fun formatLink(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull context: @NotNull DataContext): @NotNull XmlDocument
open static fun fromBasicList(@NonNull @NotNull element: @NotNull XmlElement, @NonNull @NotNull list: @NotNull DataValueList, @NonNull @NotNull context: @NotNull DataContext): Unit
open static fun fromComplexList(@NonNull @NotNull element: @NotNull XmlElement, @NonNull @NotNull list: @NotNull ComplexValueList, @NonNull @NotNull context: @NotNull DataContext): Unit
open static fun fromComplexValue(@NonNull @NotNull element: @NotNull XmlElement, @Nullable @Nullable complex: @Nullable ComplexValue?, @NonNull @NotNull context: @NotNull DataContext): Unit
open static fun fromDataValue(@NonNull @NotNull element: @NotNull XmlElement, @Nullable @Nullable value: @Nullable DataValue?, @NonNull @NotNull context: @NotNull DataContext): Unit
open static fun fromEntityList(@NonNull @NotNull feed: @NotNull XmlElement, @NonNull @NotNull list: @NotNull EntityValueList, @NonNull @NotNull context: @NotNull DataContext): Unit
open static fun fromEntityValue(@NonNull @NotNull entry: @NotNull XmlElement, @Nullable @Nullable entity: @Nullable EntityValue?, @NonNull @NotNull context: @NotNull DataContext): Unit
@Nullable @Nullable open static fun parseDocument(@Nullable @Nullable element: @Nullable XmlElement?, @NonNull @NotNull type: @NotNull DataType, @NonNull @NotNull context: @NotNull DataContext): @Nullable DataValue?
@NonNull @NotNull open static fun parseLink(@NonNull @NotNull element: @NotNull XmlElement, @NonNull @NotNull type: @NotNull EntityType, @NonNull @NotNull context: @NotNull DataContext): @NotNull EntityValue
@NonNull @NotNull open static fun parseLinks(@NonNull @NotNull element: @NotNull XmlElement, @NonNull @NotNull type: @NotNull EntityType, @NonNull @NotNull context: @NotNull DataContext): @NotNull EntityValueList
@NonNull @NotNull open static fun parseReference(@NonNull @NotNull uri: @NotNull String, @NonNull @NotNull entityType: @NotNull EntityType, @NonNull @NotNull entitySet: @NotNull EntitySet, @NonNull @NotNull context: @NotNull DataContext): @NotNull EntityValue
@NonNull @NotNull open static fun parseReference(@NonNull @NotNull uri: @NotNull String, @NonNull @NotNull entityType: @NotNull EntityType, @NonNull @NotNull entitySet: @NotNull EntitySet, @NonNull @NotNull context: @NotNull DataContext, binding: Boolean): @NotNull EntityValue
@NonNull @NotNull open static fun toBasicList(@Nullable @Nullable element: @Nullable XmlElement?, @NonNull @NotNull type: @NotNull DataType, @NonNull @NotNull context: @NotNull DataContext): @NotNull DataValueList
@NonNull @NotNull open static fun toComplexList(@Nullable @Nullable element: @Nullable XmlElement?, @NonNull @NotNull type: @NotNull DataType, @NonNull @NotNull context: @NotNull DataContext): @NotNull ComplexValueList
@Nullable @Nullable open static fun toComplexValue(@Nullable @Nullable element: @Nullable XmlElement?, @NonNull @NotNull type: @NotNull ComplexType, @NonNull @NotNull context: @NotNull DataContext): @Nullable ComplexValue?
@Nullable @Nullable open static fun toDataValue(@Nullable @Nullable element: @Nullable XmlElement?, @NonNull @NotNull type: @NotNull DataType, @NonNull @NotNull context: @NotNull DataContext): @Nullable DataValue?
@NonNull @NotNull open static fun toEntityList(@Nullable @Nullable feed: @Nullable XmlElement?, @NonNull @NotNull type: @NotNull DataType, @NonNull @NotNull context: @NotNull DataContext): @NotNull EntityValueList
@Nullable @Nullable open static fun toEntityValue(@Nullable @Nullable entry: @Nullable XmlElement?, @NonNull @NotNull type: @NotNull EntityType, @NonNull @NotNull context: @NotNull DataContext): @Nullable EntityValue?
abstract class Base16Binary
abstract class Base64Binary
abstract class BasicType
abstract class BinaryConstant
abstract class BinaryDefault
abstract class BinaryFunction
open class BinaryIndexException : FatalException
open class BinaryList : ListBase, MutableIterable<ByteArray!>
abstract class BinaryOperator
open class BinarySemaphore
open class BinaryValue : DataValue
interface BindingPath
open class BlockingQueue
open class BooleanArray
abstract class BooleanDefault
abstract class BooleanFunction
open class BooleanList : ListBase, MutableIterable<Boolean!>
abstract class BooleanOperator
open class BooleanValue : DataValue
open class BottomTransform : AmountTransform
class BuildConfig
class BuildConfig
open class ByteBuffer
abstract class ByteConstant
abstract class ByteDefault
abstract class ByteFunction
open class ByteList : ListBase, MutableIterable<Byte!>
abstract class ByteMath
abstract class ByteOperator
Module Contents
ByteOperator()
open static fun add(left: Byte, right: Byte): Byte
open static fun compare(left: Byte, right: Byte): Int
open static fun divide(left: Byte, right: Byte): Byte
open static fun equal(left: Byte, right: Byte): Boolean
open static fun greaterEqual(left: Byte, right: Byte): Boolean
open static fun greaterThan(left: Byte, right: Byte): Boolean
open static fun lessEqual(left: Byte, right: Byte): Boolean
open static fun lessThan(left: Byte, right: Byte): Boolean
open static fun multiply(left: Byte, right: Byte): Byte
open static fun negate(value: Byte): Byte
open static fun notEqual(left: Byte, right: Byte): Boolean
open static fun remainder(left: Byte, right: Byte): Byte
open static fun subtract(left: Byte, right: Byte): Byte
abstract class ByteStream : StreamBase
open class ByteValue : DataValue
abstract class CancellationListener
open class CancelToken
open class CastException : FatalException
open class ChangedLink
open class ChangedLinkList : ListBase, MutableIterable<ChangedLink!>
open class ChangeSet
Module Contents
ChangeSet()
open fun addAction(@NonNull @NotNull action: @NotNull DataQuery): Unit
open fun addAction(@NonNull @NotNull : @NotNull DataQuery, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun addAction(@NonNull @NotNull : @NotNull DataQuery, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun addActionResult(@NonNull @NotNull query: @NotNull DataQuery, @NonNull @NotNull result: @NotNull QueryResult): Unit
open fun createEntity(@NonNull @NotNull entity: @NotNull EntityValue): Unit
open fun createEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun createEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun createLink(@NonNull @NotNull from: @NotNull EntityValue, @NonNull @NotNull property: @NotNull Property, @NonNull @NotNull to: @NotNull EntityValue): Unit
open fun createLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun createLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun createRelatedEntity(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull parent: @NotNull EntityValue, @NonNull @NotNull property: @NotNull Property): Unit
open fun createRelatedEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun createRelatedEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun deleteEntity(@NonNull @NotNull entity: @NotNull EntityValue): Unit
open fun deleteEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun deleteEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun deleteLink(@NonNull @NotNull from: @NotNull EntityValue, @NonNull @NotNull property: @NotNull Property): Unit
open fun deleteLink(@NonNull @NotNull from: @NotNull EntityValue, @NonNull @NotNull property: @NotNull Property, @NonNull @NotNull to: @NotNull EntityValue): Unit
open fun deleteLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun deleteLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
@NonNull @NotNull open fun getAction(index: Int): @NotNull DataQuery
@NonNull @NotNull open fun getActionResult(@NonNull @NotNull actionQuery: @NotNull DataQuery): @NotNull QueryResult
@NonNull @NotNull open fun getEntity(index: Int): @NotNull EntityValue
@Nullable @Nullable open fun getError(): @Nullable DataServiceException?
@NonNull @NotNull open fun getHeaders(: Int): @NotNull HttpHeaders
@NonNull @NotNull open fun getLink(index: Int): @NotNull ChangedLink
@NonNull @NotNull open fun getOptions(index: Int): @NotNull RequestOptions
open fun getStatus(): Int
@NonNull @NotNull open fun invokeAction(@NonNull @NotNull method: @NotNull DataMethod): @NotNull DataQuery
@NonNull @NotNull open fun invokeAction(@NonNull @NotNull method: @NotNull DataMethod, @NonNull @NotNull parameters: @NotNull ParameterList): @NotNull DataQuery
@NonNull @NotNull open fun invokeAction(@NonNull @NotNull : @NotNull DataMethod, @NonNull @NotNull : @NotNull ParameterList, @NonNull @NotNull : @NotNull HttpHeaders): @NotNull DataQuery
@NonNull @NotNull open fun invokeAction(@NonNull @NotNull : @NotNull DataMethod, @NonNull @NotNull : @NotNull ParameterList, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @NotNull DataQuery
open fun isAction(index: Int): Boolean
open fun isEntity(index: Int): Boolean
open fun isLink(index: Int): Boolean
open fun saveEntity(@NonNull @NotNull entity: @NotNull EntityValue): Unit
open fun saveEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun saveEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun setError(@Nullable @Nullable value: @Nullable DataServiceException?): Unit
open fun setStatus(value: Int): Unit
open fun size(): Int
open fun updateEntity(@NonNull @NotNull entity: @NotNull EntityValue): Unit
open fun updateEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun updateEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun updateLink(@NonNull @NotNull from: @NotNull EntityValue, @NonNull @NotNull property: @NotNull Property, @NonNull @NotNull to: @NotNull EntityValue): Unit
open fun updateLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun updateLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open class CharBuffer
Module Contents
CharBuffer()
CharBuffer(capacity: Int)
fun add(value: Char): Unit
fun append(@Nullable @Nullable text: @Nullable String?): Unit
fun clear(): Unit
fun get(index: Int): Char
fun getLength(): Int
@NonNull @NotNull fun getRange(start: Int, end: Int): @NotNull String
@NonNull @NotNull open fun internalArray(): CharArray
@NonNull @NotNull static fun join2(@Nullable @Nullable text1: @Nullable String?, @Nullable @Nullable text2: @Nullable String?): @NotNull String
@NonNull @NotNull static fun join3(@Nullable @Nullable text1: @Nullable String?, @Nullable @Nullable text2: @Nullable String?, @Nullable @Nullable text3: @Nullable String?): @NotNull String
@NonNull @NotNull static fun join4(@Nullable @Nullable text1: @Nullable String?, @Nullable @Nullable text2: @Nullable String?, @Nullable @Nullable text3: @Nullable String?, @Nullable @Nullable text4: @Nullable String?): @NotNull String
@NonNull @NotNull static fun join5(@Nullable @Nullable text1: @Nullable String?, @Nullable @Nullable text2: @Nullable String?, @Nullable @Nullable text3: @Nullable String?, @Nullable @Nullable text4: @Nullable String?, @Nullable @Nullable text5: @Nullable String?): @NotNull String
@NonNull @NotNull static fun join6(@Nullable @Nullable text1: @Nullable String?, @Nullable @Nullable text2: @Nullable String?, @Nullable @Nullable text3: @Nullable String?, @Nullable @Nullable text4: @Nullable String?, @Nullable @Nullable text5: @Nullable String?, @Nullable @Nullable text6: @Nullable String?): @NotNull String
@NonNull @NotNull static fun join7(@Nullable @Nullable text1: @Nullable String?, @Nullable @Nullable text2: @Nullable String?, @Nullable @Nullable text3: @Nullable String?, @Nullable @Nullable text4: @Nullable String?, @Nullable @Nullable text5: @Nullable String?, @Nullable @Nullable text6: @Nullable String?, @Nullable @Nullable text7: @Nullable String?): @NotNull String
@NonNull @NotNull static fun join8(@Nullable @Nullable text1: @Nullable String?, @Nullable @Nullable text2: @Nullable String?, @Nullable @Nullable text3: @Nullable String?, @Nullable @Nullable text4: @Nullable String?, @Nullable @Nullable text5: @Nullable String?, @Nullable @Nullable text6: @Nullable String?, @Nullable @Nullable text7: @Nullable String?, @Nullable @Nullable text8: @Nullable String?): @NotNull String
@NonNull @NotNull static fun join9(@Nullable @Nullable text1: @Nullable String?, @Nullable @Nullable text2: @Nullable String?, @Nullable @Nullable text3: @Nullable String?, @Nullable @Nullable text4: @Nullable String?, @Nullable @Nullable text5: @Nullable String?, @Nullable @Nullable text6: @Nullable String?, @Nullable @Nullable text7: @Nullable String?, @Nullable @Nullable text8: @Nullable String?, @Nullable @Nullable text9: @Nullable String?): @NotNull String
fun reverse(): Unit
fun set(index: Int, value: Char): Unit
fun setLength(value: Int): Unit
fun setRange(index: Int, @NonNull @NotNull value: @NotNull String): Unit
@NonNull @NotNull fun toString(): @NotNull String
@NonNull @NotNull open static fun withArray(@NonNull @NotNull chars: CharArray): @NotNull CharBuffer
@NonNull @NotNull open static fun withArray(@NonNull @NotNull chars: CharArray, length: Int): @NotNull CharBuffer
abstract class CharDefault
abstract class CharFunction
open class CharList : ListBase, MutableIterable<Char!>
abstract class CharOperator
abstract class CharStream : StreamBase
open class CharValue : DataValue
abstract class CheckProperty
abstract class ClassName
abstract class Comparer
open class ComplexType : StructureType
open class ComplexTypeList : ListBase, MutableIterable<ComplexType!>
open class ComplexTypeMap : MapBase
open class ComplexValue : StructureBase
open class ComplexValueList : ListBase, MutableIterable<ComplexValue!>
open class ComplexValueListWithNulls : ListBase, MutableIterable<ComplexValue!>
open class ComplexValueMap : MapBase
open class ConditionVariable
open class ConvertDataValue
open class CountingSemaphore
open class CsdlCompatibilityChecker
open class CsdlDocument
open class CsdlException : DataSchemaException
abstract class CsdlFetcher
abstract class CsdlIdentifier
abstract class CsdlOption
open class CsdlParser
open class CsdlReference
open class CsdlReferenceList : ListBase, MutableIterable<CsdlReference!>
abstract class CurrentProcess
abstract class CurrentThread
open class CustomPath
open class CustomPathList : ListBase, MutableIterable<CustomPath!>
open class DataComparer : Comparer
abstract class DataCompression
open class DataContext
open class DataEquality : Equality
abstract class DataException : ExceptionBase
open class DataFileReader : ByteStream
open class DataFileWriter : ByteStream
abstract class DataFormat
abstract class DataFormatException : DataException
abstract class DataInternal
open class DataMethod
open class DataMethodCall
open class DataMethodList : ListBase, MutableIterable<DataMethod!>
open class DataMethodMap : MapBase
open class DataMethodMetrics
open class DataMetric
Module Contents
DataMetric()
open fun add(value: Long): Unit
@NonNull @NotNull open static fun byteInstance(@NonNull @NotNull component: @NotNull String, @NonNull @NotNull metric: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun copyAndResetAll(): @NotNull DataMetricList
open fun count(): Long
@NonNull @NotNull open static fun createDatabaseTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun createEntityTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun createIndexTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun createLinkTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun createMediaTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun createTableTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun deleteDatabaseTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun deleteEntityTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun deleteLinkTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun deleteStreamTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun deltaDownloadBytes(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun deltaDownloadBytes_gzip(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun deltaDownloadRows(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun deltaDownloadTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun downloadMediaTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun downloadPhaseTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun downloadStreamTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun entityInstance(@NonNull @NotNull component: @NotNull String, @NonNull @NotNull metric: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun errorInstance(@NonNull @NotNull component: @NotNull String, @NonNull @NotNull metric: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun errorMetricName(@NonNull @NotNull method: @NotNull String, @NonNull @NotNull error: @NotNull RuntimeException): @NotNull String
@NonNull @NotNull open static fun executeMethodTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun executeQueryTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun fetchMetadataSize(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun fetchMetadataSize_gzip(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun fetchMetadataTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun followedNextLink(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open fun getComponent(): @NotNull String
open fun getId(): Int
@NonNull @NotNull open static fun getInstance(@NonNull @NotNull component: @NotNull String, @NonNull @NotNull metric: @NotNull String, @NonNull @NotNull unit: @NotNull String): @NotNull DataMetric
open fun getMaximum(): Long
@NonNull @NotNull open fun getMetric(): @NotNull String
open fun getMinimum(): Long
open fun getSum(): Long
@NonNull @NotNull open fun getUnit(): @NotNull String
@NonNull @NotNull open static fun initialDownloadBytes(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun initialDownloadBytes_gzip(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun initialDownloadRows(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun initialDownloadTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun linkInstance(@NonNull @NotNull component: @NotNull String, @NonNull @NotNull metric: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun loadMetadataTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
open static fun logAll(): Unit
@NonNull @NotNull open static fun methodResultBytes(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun methodResultBytes_gzip(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun parseMetadataTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun pingServerTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun queryResultBytes(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun queryResultBytes_gzip(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun queryResultRows(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun requestInstance(@NonNull @NotNull component: @NotNull String, @NonNull @NotNull metric: @NotNull String): @NotNull DataMetric
open fun reset(): Unit
open static fun resetAll(): Unit
@NonNull @NotNull open static fun rowInstance(@NonNull @NotNull component: @NotNull String, @NonNull @NotNull metric: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun selectEntityTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun timeInstance(@NonNull @NotNull component: @NotNull String, @NonNull @NotNull metric: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun updateEntityTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun updateLinkTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun uploadMediaTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun uploadStreamTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun uploadTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun upsertEntityTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun warningInstance(@NonNull @NotNull component: @NotNull String, @NonNull @NotNull metric: @NotNull String): @NotNull DataMetric
open fun write(@NonNull @NotNull buffer: @NotNull CharBuffer): Unit
open static fun writeAll(@NonNull @NotNull buffer: @NotNull CharBuffer): Unit
open class DataMetricList : ListBase, MutableIterable<DataMetric!>
open class DataMetricMap : MapBase
abstract class DataNetworkException : DataException
open class DataPath : PropertyPath
open class DataQuery
open class DataQueryException : DataException
open class DataSchema
abstract class DataSchemaException : DataException
open class DataSchemaList : ListBase, MutableIterable<DataSchema!>
open class DataSchemaMap : MapBase
open class DataService
Module Contents
DataService(@NonNull @NotNull provider: @NotNull DataServiceProvider)
open fun applyChanges(@NonNull @NotNull changes: @NotNull ChangeSet): Unit
open fun applyChanges(@NonNull @NotNull : @NotNull ChangeSet, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun applyChanges(@NonNull @NotNull : @NotNull ChangeSet, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun applyChangesAsync(@NonNull @NotNull changes: @NotNull ChangeSet, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun applyChangesAsync(@NonNull @NotNull : @NotNull ChangeSet, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun applyChangesAsync(@NonNull @NotNull : @NotNull ChangeSet, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun asyncAction(@NonNull @NotNull action: @NotNull Action0, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun asyncAction(@NonNull @NotNull action: @NotNull Action0, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @Nullable @Nullable requestOptions: @Nullable RequestOptions?): Unit
open fun asyncAction(@NonNull @NotNull action: @NotNull Action0, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @Nullable @Nullable requestOptions: @Nullable RequestOptions?, functionExecutor: Boolean): Unit
open fun <T : Any!> asyncFunction(@NonNull @NotNull function: () -> T, @NonNull @NotNull successHandler: @NotNull Action1<@Nullable T?>, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun <T : Any!> asyncFunction(@NonNull @NotNull function: () -> @Nullable T?, @NonNull @NotNull successHandler: @NotNull Action1<@Nullable T?>, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @Nullable @Nullable requestOptions: @Nullable RequestOptions?): Unit
open fun <T : Any!> asyncFunction(@NonNull @NotNull function: () -> @Nullable T?, @NonNull @NotNull successHandler: @NotNull Action1<@Nullable T?>, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @Nullable @Nullable requestOptions: @Nullable RequestOptions?, actionExecutor: Boolean): Unit
open fun createEntity(@NonNull @NotNull entity: @NotNull EntityValue): Unit
open fun createEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun createEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun createEntityAsync(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun createEntityAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun createEntityAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun createLink(@NonNull @NotNull from: @NotNull EntityValue, @NonNull @NotNull property: @NotNull Property, @NonNull @NotNull to: @NotNull EntityValue): Unit
open fun createLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun createLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun createLinkAsync(@NonNull @NotNull from: @NotNull EntityValue, @NonNull @NotNull property: @NotNull Property, @NonNull @NotNull to: @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun createLinkAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun createLinkAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun createMedia(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull content: @NotNull StreamBase): Unit
open fun createMedia(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun createMedia(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun createMediaAsync(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull content: @NotNull StreamBase, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun createMediaAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun createMediaAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun createRelatedEntity(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull parent: @NotNull EntityValue, @NonNull @NotNull property: @NotNull Property): Unit
open fun createRelatedEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun createRelatedEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun createRelatedEntityAsync(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull parent: @NotNull EntityValue, @NonNull @NotNull property: @NotNull Property, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun createRelatedEntityAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun createRelatedEntityAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun createRelatedMedia(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull content: @NotNull StreamBase, @NonNull @NotNull parent: @NotNull EntityValue, @NonNull @NotNull property: @NotNull Property): Unit
open fun createRelatedMedia(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun createRelatedMedia(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun deleteByQuery(@NonNull @NotNull query: @NotNull DataQuery): Unit
open fun deleteByQuery(@NonNull @NotNull : @NotNull DataQuery, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun deleteByQuery(@NonNull @NotNull : @NotNull DataQuery, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun deleteByQueryAsync(@NonNull @NotNull query: @NotNull DataQuery, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun deleteByQueryAsync(@NonNull @NotNull : @NotNull DataQuery, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun deleteByQueryAsync(@NonNull @NotNull : @NotNull DataQuery, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun deleteEntity(@NonNull @NotNull entity: @NotNull EntityValue): Unit
open fun deleteEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun deleteEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun deleteEntityAsync(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun deleteEntityAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun deleteEntityAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun deleteLink(@NonNull @NotNull from: @NotNull EntityValue, @NonNull @NotNull property: @NotNull Property): Unit
open fun deleteLink(@NonNull @NotNull from: @NotNull EntityValue, @NonNull @NotNull property: @NotNull Property, @NonNull @NotNull to: @NotNull EntityValue): Unit
open fun deleteLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun deleteLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun deleteLinkAsync(@NonNull @NotNull from: @NotNull EntityValue, @NonNull @NotNull property: @NotNull Property, @NonNull @NotNull to: @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun deleteLinkAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun deleteLinkAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun deleteStream(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull link: @NotNull StreamLink): Unit
open fun deleteStream(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun deleteStream(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun deleteStreamAsync(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull link: @NotNull StreamLink, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun deleteStreamAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun deleteStreamAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
@NonNull @NotNull open fun downloadMedia(@NonNull @NotNull entity: @NotNull EntityValue): @NotNull ByteStream
@NonNull @NotNull open fun downloadMedia(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders): @NotNull ByteStream
@NonNull @NotNull open fun downloadMedia(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @NotNull ByteStream
open fun downloadMediaAsync(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action1<ByteArray!>, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun downloadMediaAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action1<ByteArray!>, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun downloadMediaAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action1<ByteArray!>, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
@NonNull @NotNull open fun downloadStream(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull link: @NotNull StreamLink): @NotNull ByteStream
@NonNull @NotNull open fun downloadStream(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull : @NotNull HttpHeaders): @NotNull ByteStream
@NonNull @NotNull open fun downloadStream(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @NotNull ByteStream
open fun downloadStreamAsync(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull link: @NotNull StreamLink, @NonNull @NotNull successHandler: @NotNull Action1<ByteArray!>, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun downloadStreamAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull successHandler: @NotNull Action1<ByteArray!>, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun downloadStreamAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull successHandler: @NotNull Action1<ByteArray!>, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
@Nullable @Nullable open fun executeMethod(@NonNull @NotNull method: @NotNull DataMethod): @Nullable DataValue?
@Nullable @Nullable open fun executeMethod(@NonNull @NotNull method: @NotNull DataMethod, @NonNull @NotNull parameters: @NotNull ParameterList): @Nullable DataValue?
@Nullable @Nullable open fun executeMethod(@NonNull @NotNull : @NotNull DataMethod, @NonNull @NotNull : @NotNull ParameterList, @NonNull @NotNull : @NotNull HttpHeaders): @Nullable DataValue?
@Nullable @Nullable open fun executeMethod(@NonNull @NotNull : @NotNull DataMethod, @NonNull @NotNull : @NotNull ParameterList, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @Nullable DataValue?
open fun executeMethodAsync(@NonNull @NotNull method: @NotNull DataMethod, @NonNull @NotNull parameters: @NotNull ParameterList, @NonNull @NotNull successHandler: @NotNull Action1<@Nullable DataValue?>, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun executeMethodAsync(@NonNull @NotNull : @NotNull DataMethod, @NonNull @NotNull : @NotNull ParameterList, @NonNull @NotNull successHandler: @NotNull Action1<@Nullable DataValue?>, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun executeMethodAsync(@NonNull @NotNull : @NotNull DataMethod, @NonNull @NotNull : @NotNull ParameterList, @NonNull @NotNull successHandler: @NotNull Action1<@Nullable DataValue?>, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
@NonNull @NotNull open fun executeQuery(@NonNull @NotNull query: @NotNull DataQuery): @NotNull QueryResult
@NonNull @NotNull open fun executeQuery(@NonNull @NotNull : @NotNull DataQuery, @NonNull @NotNull : @NotNull HttpHeaders): @NotNull QueryResult
@NonNull @NotNull open fun executeQuery(@NonNull @NotNull : @NotNull DataQuery, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @NotNull QueryResult
open fun executeQueryAsync(@NonNull @NotNull query: @NotNull DataQuery, @NonNull @NotNull successHandler: @NotNull Action1<@NotNull QueryResult>, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun executeQueryAsync(@NonNull @NotNull : @NotNull DataQuery, @NonNull @NotNull successHandler: @NotNull Action1<@NotNull QueryResult>, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun executeQueryAsync(@NonNull @NotNull : @NotNull DataQuery, @NonNull @NotNull successHandler: @NotNull Action1<@NotNull QueryResult>, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
@NonNull @NotNull open fun fetchMetadata(): @NotNull CsdlDocument
@NonNull @NotNull open fun fetchMetadata(@NonNull @NotNull : @NotNull HttpHeaders): @NotNull CsdlDocument
@NonNull @NotNull open fun fetchMetadata(@NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @NotNull CsdlDocument
open fun fetchMetadataAsync(@NonNull @NotNull successHandler: @NotNull Action1<@NotNull CsdlDocument>, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun fetchMetadataAsync(@NonNull @NotNull successHandler: @NotNull Action1<@NotNull CsdlDocument>, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun fetchMetadataAsync(@NonNull @NotNull successHandler: @NotNull Action1<@NotNull CsdlDocument>, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
@NonNull @NotNull open fun getActionExecutor(): @NotNull Executor
@NonNull @NotNull open fun getDataMethod(@NonNull @NotNull name: @NotNull String): @NotNull DataMethod
@NonNull @NotNull open fun getEntitySet(@NonNull @NotNull name: @NotNull String): @NotNull EntitySet
@NonNull @NotNull open fun getFunctionExecutor(): @NotNull Executor
@NonNull @NotNull open fun getMetadata(): @NotNull CsdlDocument
@NonNull @NotNull open fun getMetadataLock(): @NotNull MetadataLock
@NonNull @NotNull open fun getName(): @NotNull String
@NonNull @NotNull open fun getProvider(): @NotNull DataServiceProvider
open fun hasMetadata(): Boolean
open fun loadEntity(@NonNull @NotNull entity: @NotNull EntityValue): Unit
open fun loadEntity(@NonNull @NotNull entity: @NotNull EntityValue, @Nullable @Nullable query: @Nullable DataQuery?): Unit
open fun loadEntity(@NonNull @NotNull : @NotNull EntityValue, @Nullable @Nullable : @Nullable DataQuery?, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun loadEntity(@NonNull @NotNull : @NotNull EntityValue, @Nullable @Nullable : @Nullable DataQuery?, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun loadEntityAsync(@NonNull @NotNull entity: @NotNull EntityValue, @Nullable @Nullable query: @Nullable DataQuery?, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun loadEntityAsync(@NonNull @NotNull : @NotNull EntityValue, @Nullable @Nullable : @Nullable DataQuery?, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun loadEntityAsync(@NonNull @NotNull : @NotNull EntityValue, @Nullable @Nullable : @Nullable DataQuery?, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun loadMetadata(): Unit
open fun loadMetadata(@NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun loadMetadata(@NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun loadMetadataAsync(@NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun loadMetadataAsync(@NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun loadMetadataAsync(@NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun loadProperty(@NonNull @NotNull property: @NotNull Property, @NonNull @NotNull into: @NotNull EntityValue): Unit
open fun loadProperty(@NonNull @NotNull property: @NotNull Property, @NonNull @NotNull into: @NotNull EntityValue, @Nullable @Nullable query: @Nullable DataQuery?): Unit
open fun loadProperty(@NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @Nullable @Nullable : @Nullable DataQuery?, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun loadProperty(@NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @Nullable @Nullable : @Nullable DataQuery?, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun loadPropertyAsync(@NonNull @NotNull property: @NotNull Property, @NonNull @NotNull into: @NotNull EntityValue, @Nullable @Nullable query: @Nullable DataQuery?, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun loadPropertyAsync(@NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @Nullable @Nullable : @Nullable DataQuery?, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun loadPropertyAsync(@NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @Nullable @Nullable : @Nullable DataQuery?, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun pingServer(): Unit
open fun pingServer(@NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun pingServer(@NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun pingServerAsync(@NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun pingServerAsync(@NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun pingServerAsync(@NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun processBatch(@NonNull @NotNull batch: @NotNull RequestBatch): Unit
open fun processBatch(@NonNull @NotNull : @NotNull RequestBatch, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun processBatch(@NonNull @NotNull : @NotNull RequestBatch, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun processBatchAsync(@NonNull @NotNull batch: @NotNull RequestBatch, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun processBatchAsync(@NonNull @NotNull : @NotNull RequestBatch, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun processBatchAsync(@NonNull @NotNull : @NotNull RequestBatch, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun refreshMetadata(): Unit
open fun saveEntity(@NonNull @NotNull entity: @NotNull EntityValue): Unit
open fun saveEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun saveEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun saveEntityAsync(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun saveEntityAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun saveEntityAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun setActionExecutor(@NonNull @NotNull executor: @NotNull Executor): Unit
open fun setFunctionExecutor(@NonNull @NotNull executor: @NotNull Executor): Unit
open fun unloadMetadata(): Unit
open fun unloadMetadataAsync(@NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun unloadMetadataAsync(@NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun unloadMetadataAsync(@NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun updateEntity(@NonNull @NotNull entity: @NotNull EntityValue): Unit
open fun updateEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun updateEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun updateEntityAsync(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun updateEntityAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun updateEntityAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun updateLink(@NonNull @NotNull from: @NotNull EntityValue, @NonNull @NotNull property: @NotNull Property, @NonNull @NotNull to: @NotNull EntityValue): Unit
open fun updateLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun updateLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun updateLinkAsync(@NonNull @NotNull from: @NotNull EntityValue, @NonNull @NotNull property: @NotNull Property, @NonNull @NotNull to: @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun updateLinkAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun updateLinkAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun uploadMedia(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull content: @NotNull StreamBase): Unit
open fun uploadMedia(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun uploadMedia(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun uploadMediaAsync(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull content: @NotNull StreamBase, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun uploadMediaAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun uploadMediaAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun uploadStream(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull link: @NotNull StreamLink, @NonNull @NotNull content: @NotNull StreamBase): Unit
open fun uploadStream(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun uploadStream(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun uploadStreamAsync(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull link: @NotNull StreamLink, @NonNull @NotNull content: @NotNull StreamBase, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun uploadStreamAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun uploadStreamAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open class DataServiceException : DataException
interface DataServiceProvider
Module Contents
abstract fun createEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
abstract fun createLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
abstract fun createMedia(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
abstract fun deleteByQuery(@NonNull @NotNull : @NotNull DataQuery, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
abstract fun deleteEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
abstract fun deleteLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
abstract fun deleteStream(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
@NonNull @NotNull abstract fun downloadMedia(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @NotNull ByteStream
@NonNull @NotNull abstract fun downloadStream(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @NotNull ByteStream
@Nullable @Nullable abstract fun executeMethod(@NonNull @NotNull : @NotNull DataMethod, @NonNull @NotNull : @NotNull ParameterList, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @Nullable DataValue?
@NonNull @NotNull abstract fun executeQuery(@NonNull @NotNull : @NotNull DataQuery, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @NotNull QueryResult
@NonNull @NotNull abstract fun fetchMetadata(@NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @NotNull CsdlDocument
@NonNull @NotNull abstract fun getMetadata(): @NotNull CsdlDocument
@NonNull @NotNull abstract fun getServiceName(): @NotNull String
abstract fun hasMetadata(): Boolean
abstract fun loadMetadata(@NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
abstract fun pingServer(@NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
abstract fun processBatch(@NonNull @NotNull : @NotNull RequestBatch, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
abstract fun setMetadata(@NonNull @NotNull value: @NotNull CsdlDocument): Unit
abstract fun unloadMetadata(): Unit
abstract fun updateEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
abstract fun updateLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
abstract fun uploadMedia(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
abstract fun uploadStream(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
abstract class DataStorageException : DataException
open class DataStreamException : DataException
open class DataType
open class DataTypeList : ListBase, MutableIterable<DataType!>
open class DataTypeMap : MapBase
abstract class DataValue
open class DataValueList : ListBase, MutableIterable<DataValue!>
open class DataValueListWithNulls : ListBase, MutableIterable<DataValue!>
open class DataValueMap : MapBase
abstract class DataVersion
abstract class DayOfWeek
open class DayTimeDuration : DataValue
Module Contents
@Nullable @Nullable open static fun castOptional(@Nullable @Nullable value: @Nullable DataValue?): @Nullable DayTimeDuration?
@NonNull @NotNull open static fun castRequired(@Nullable @Nullable value: @Nullable DataValue?): @NotNull DayTimeDuration
open static fun compare(@NonNull @NotNull left: @NotNull DayTimeDuration, @NonNull @NotNull right: @NotNull DayTimeDuration): Int
open fun compareTo(@NonNull @NotNull value: @NotNull DayTimeDuration): Int
open static fun equal(@Nullable @Nullable left: @Nullable DayTimeDuration?, @Nullable @Nullable right: @Nullable DayTimeDuration?): Boolean
open fun equals(@Nullable @Nullable other: @Nullable Any?): Boolean
@NonNull @NotNull open fun getDataType(): @NotNull DataType
open fun getDays(): Int
open fun getHours(): Int
open fun getMinutes(): Int
open fun getNanos(): Int
open fun getSeconds(): Int
open fun getSign(): Int
open fun greaterEqual(@NonNull @NotNull value: @NotNull DayTimeDuration): Boolean
open fun greaterThan(@NonNull @NotNull value: @NotNull DayTimeDuration): Boolean
open fun hashCode(): Int
open fun lessEqual(@NonNull @NotNull value: @NotNull DayTimeDuration): Boolean
open fun lessThan(@NonNull @NotNull value: @NotNull DayTimeDuration): Boolean
@NonNull @NotNull open fun normalize(): @NotNull DayTimeDuration
open fun notEqual(@NonNull @NotNull value: @NotNull DayTimeDuration): Boolean
@NonNull @NotNull open static fun of(sign: Int, days: Int, hours: Int, minutes: Int, seconds: Int): @NotNull DayTimeDuration
@NonNull @NotNull open static fun of(sign: Int, days: Int, hours: Int, minutes: Int, seconds: Int, nanos: Int): @NotNull DayTimeDuration
@NonNull @NotNull open static fun ofDecimal(@NonNull @NotNull seconds: @NotNull BigDecimal): @NotNull DayTimeDuration
@Nullable @Nullable open static fun parse(@NonNull @NotNull text: @NotNull String): @Nullable DayTimeDuration?
open static fun static_greaterEqual(@NonNull @NotNull left: @NotNull DayTimeDuration, @NonNull @NotNull right: @NotNull DayTimeDuration): Boolean
open static fun static_greaterThan(@NonNull @NotNull left: @NotNull DayTimeDuration, @NonNull @NotNull right: @NotNull DayTimeDuration): Boolean
open static fun static_lessEqual(@NonNull @NotNull left: @NotNull DayTimeDuration, @NonNull @NotNull right: @NotNull DayTimeDuration): Boolean
open static fun static_lessThan(@NonNull @NotNull left: @NotNull DayTimeDuration, @NonNull @NotNull right: @NotNull DayTimeDuration): Boolean
open static fun static_notEqual(@Nullable @Nullable left: @Nullable DayTimeDuration?, @Nullable @Nullable right: @Nullable DayTimeDuration?): Boolean
@NonNull @NotNull open fun toDecimal(): @NotNull BigDecimal
@NonNull @NotNull open fun toString(): @NotNull String
open class DayTimeDurationList : ListBase, MutableIterable<DayTimeDuration!>
abstract class DebugAddress
abstract class DebugConsole
Module Contents
DebugConsole()
open static fun append(@NonNull @NotNull file: @NotNull String): Unit
open static fun close(): Unit
open static fun debug(@NonNull @NotNull message: @NotNull String): Unit
open static fun debug(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?): Unit
open static fun debug(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?, dump: Boolean): Unit
open static fun dumpStack(): Unit
open static fun dumpStack(@NonNull @NotNull message: @NotNull String): Unit
open static fun error(@NonNull @NotNull message: @NotNull String): Unit
open static fun error(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?): Unit
open static fun error(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?, dump: Boolean): Unit
open static fun flush(): Unit
@NonNull @NotNull open static fun getCaptured(): @NotNull String
open static fun info(@NonNull @NotNull message: @NotNull String): Unit
open static fun info(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?): Unit
open static fun info(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?, dump: Boolean): Unit
open static fun log(@NonNull @NotNull message: @NotNull String): Unit
open static fun log(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?): Unit
open static fun log(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?, dump: Boolean): Unit
open static fun mainException(@NonNull @NotNull cause: @NotNull RuntimeException): Unit
open static fun open(@NonNull @NotNull file: @NotNull String): Unit
open static fun startCapture(): Unit
open static fun stopCapture(): Unit
open static fun trace(@NonNull @NotNull message: @NotNull String): Unit
open static fun trace(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?): Unit
open static fun trace(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?, dump: Boolean): Unit
open static fun traceEx(@NonNull @NotNull cause: @NotNull RuntimeException): Unit
open static fun traceIn(@NonNull @NotNull method: @NotNull String): Unit
open static fun traceOut(@NonNull @NotNull method: @NotNull String): Unit
open static fun warn(@NonNull @NotNull message: @NotNull String): Unit
open static fun warn(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?): Unit
open static fun warn(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?, dump: Boolean): Unit
abstract class DecimalConstant
abstract class DecimalDefault
abstract class DecimalFunction
open class DecimalList : ListBase, MutableIterable<BigDecimal!>
abstract class DecimalMath
abstract class DecimalOperator
Module Contents
DecimalOperator()
@NonNull @NotNull open static fun add(@NonNull @NotNull left: @NotNull BigDecimal, @NonNull @NotNull right: @NotNull BigDecimal): @NotNull BigDecimal
open static fun compare(@NonNull @NotNull left: @NotNull BigDecimal, @NonNull @NotNull right: @NotNull BigDecimal): Int
@NonNull @NotNull open static fun divide(@NonNull @NotNull left: @NotNull BigDecimal, @NonNull @NotNull right: @NotNull BigDecimal): @NotNull BigDecimal
open static fun equal(@NonNull @NotNull left: @NotNull BigDecimal, @NonNull @NotNull right: @NotNull BigDecimal): Boolean
open static fun greaterEqual(@NonNull @NotNull left: @NotNull BigDecimal, @NonNull @NotNull right: @NotNull BigDecimal): Boolean
open static fun greaterThan(@NonNull @NotNull left: @NotNull BigDecimal, @NonNull @NotNull right: @NotNull BigDecimal): Boolean
open static fun lessEqual(@NonNull @NotNull left: @NotNull BigDecimal, @NonNull @NotNull right: @NotNull BigDecimal): Boolean
open static fun lessThan(@NonNull @NotNull left: @NotNull BigDecimal, @NonNull @NotNull right: @NotNull BigDecimal): Boolean
@NonNull @NotNull open static fun multiply(@NonNull @NotNull left: @NotNull BigDecimal, @NonNull @NotNull right: @NotNull BigDecimal): @NotNull BigDecimal
@NonNull @NotNull open static fun negate(@NonNull @NotNull value: @NotNull BigDecimal): @NotNull BigDecimal
open static fun notEqual(@NonNull @NotNull left: @NotNull BigDecimal, @NonNull @NotNull right: @NotNull BigDecimal): Boolean
@NonNull @NotNull open static fun remainder(@NonNull @NotNull left: @NotNull BigDecimal, @NonNull @NotNull right: @NotNull BigDecimal): @NotNull BigDecimal
@NonNull @NotNull open static fun subtract(@NonNull @NotNull left: @NotNull BigDecimal, @NonNull @NotNull right: @NotNull BigDecimal): @NotNull BigDecimal
open class DecimalValue : DataValue
abstract class DeltaStream : DataValue
abstract class DoubleConstant
abstract class DoubleDefault
abstract class DoubleFunction
open class DoubleList : ListBase, MutableIterable<Double!>
abstract class DoubleMath
abstract class DoubleOperator
Module Contents
DoubleOperator()
open static fun add(left: Double, right: Double): Double
open static fun compare(left: Double, right: Double): Int
open static fun divide(left: Double, right: Double): Double
open static fun equal(left: Double, right: Double): Boolean
open static fun greaterEqual(left: Double, right: Double): Boolean
open static fun greaterThan(left: Double, right: Double): Boolean
open static fun lessEqual(left: Double, right: Double): Boolean
open static fun lessThan(left: Double, right: Double): Boolean
open static fun multiply(left: Double, right: Double): Double
open static fun negate(value: Double): Double
open static fun notEqual(left: Double, right: Double): Boolean
open static fun remainder(left: Double, right: Double): Double
open static fun subtract(left: Double, right: Double): Double
open class DoubleValue : DataValue
open class EmptyList : UntypedList
open class EmptyListException : FatalException
open class EmptyMapFromObject : MapFromObject
open class EmptyMapFromString : MapFromString
open class EmptySet : UntypedSet
open class EntityContainer
open class EntityContainerList : ListBase, MutableIterable<EntityContainer!>
open class EntityContainerMap : MapBase
open class EntityKey
open class EntitySet : BindingPath
open class EntitySetList : ListBase, MutableIterable<EntitySet!>
open class EntitySetMap : MapBase
open class EntitySetMetrics
open class EntityStream
open class EntityType : StructureType
open class EntityTypeList : ListBase, MutableIterable<EntityType!>
open class EntityTypeMap : MapBase
open class EntityValue : StructureBase, BindingPath
open class EntityValueList : ListBase, MutableIterable<EntityValue!>
open class EntityValueListWithNulls : ListBase, MutableIterable<EntityValue!>
open class EntityValueMap : MapBase
open class EnumType : DataType
open class EnumTypeList : ListBase, MutableIterable<EnumType!>
open class EnumTypeMap : MapBase
open class EnumValue : DataValue
open class EnumValueList : ListBase, MutableIterable<EnumValue!>
open class EnumValueMap : MapBase
abstract class Equality
abstract class ErrorFunction
open class ErrorResponse
open class ErrorResponseList : ListBase, MutableIterable<ErrorResponse!>
abstract class ExceptionBase : RuntimeException
open class ExpandItem
open class ExpandItemList : ListBase, MutableIterable<ExpandItem!>
open class ExpandTransform : TransformValue
open class ExpectedItem
abstract class FatalException : ExceptionBase
open class FileException : DataStorageException
abstract class FileManager
open class FilterTransform : TransformValue
abstract class FloatConstant
abstract class FloatDefault
abstract class FloatFunction
open class FloatList : ListBase, MutableIterable<Float!>
abstract class FloatMath
abstract class FloatOperator
Module Contents
FloatOperator()
open static fun add(left: Float, right: Float): Float
open static fun compare(left: Float, right: Float): Int
open static fun divide(left: Float, right: Float): Float
open static fun equal(left: Float, right: Float): Boolean
open static fun greaterEqual(left: Float, right: Float): Boolean
open static fun greaterThan(left: Float, right: Float): Boolean
open static fun lessEqual(left: Float, right: Float): Boolean
open static fun lessThan(left: Float, right: Float): Boolean
open static fun multiply(left: Float, right: Float): Float
open static fun negate(value: Float): Float
open static fun notEqual(left: Float, right: Float): Boolean
open static fun remainder(left: Float, right: Float): Float
open static fun subtract(left: Float, right: Float): Float
open class FloatValue : DataValue
open class FormatException : FatalException
open class FromJSON : DataQuery
interface Function0<R : Any!>
interface Function1<T1 : Any!, R : Any!>
interface Function2<T1 : Any!, T2 : Any!, R : Any!>
interface Function3<T1 : Any!, T2 : Any!, T3 : Any!, R : Any!>
interface Function4<T1 : Any!, T2 : Any!, T3 : Any!, T4 : Any!, R : Any!>
interface Function5<T1 : Any!, T2 : Any!, T3 : Any!, T4 : Any!, T5 : Any!, R : Any!>
interface Function6<T1 : Any!, T2 : Any!, T3 : Any!, T4 : Any!, T5 : Any!, T6 : Any!, R : Any!>
interface Function7<T1 : Any!, T2 : Any!, T3 : Any!, T4 : Any!, T5 : Any!, T6 : Any!, T7 : Any!, R : Any!>
interface Function8<T1 : Any!, T2 : Any!, T3 : Any!, T4 : Any!, T5 : Any!, T6 : Any!, T7 : Any!, T8 : Any!, R : Any!>
interface Function9<T1 : Any!, T2 : Any!, T3 : Any!, T4 : Any!, T5 : Any!, T6 : Any!, T7 : Any!, T8 : Any!, T9 : Any!, R : Any!>
open class GenericList<T : Any!> : AbstractList<T>
abstract class GeoAtom
open class GeographyCollection : GeographyValue
open class GeographyLineString : GeographyValue
open class GeographyMultiLineString : GeographyValue
open class GeographyMultiPoint : GeographyValue
open class GeographyMultiPolygon : GeographyValue
open class GeographyPoint : GeographyValue
Module Contents
GeographyPoint()
@Nullable @Nullable open static fun castOptional(@Nullable @Nullable value: @Nullable DataValue?): @Nullable GeographyPoint?
@NonNull @NotNull open static fun castRequired(@Nullable @Nullable value: @Nullable DataValue?): @NotNull GeographyPoint
@NonNull @NotNull open fun formatWKT(): @NotNull String
@NonNull @NotNull open fun formatWKT(sridRequired: Boolean): @NotNull String
@NonNull @NotNull open fun getCoordinates(): @NotNull PointCoordinates
@NonNull @NotNull open fun getDataType(): @NotNull DataType
@NonNull @NotNull open static fun parse(@NonNull @NotNull text: @NotNull String): @NotNull GeographyPoint
@NonNull @NotNull open static fun parseWKT(@NonNull @NotNull text: @NotNull String): @NotNull GeographyPoint
@NonNull @NotNull open static fun parseWKT(@NonNull @NotNull text: @NotNull String, sridRequired: Boolean): @NotNull GeographyPoint
open fun setCoordinates(@NonNull @NotNull value: @NotNull PointCoordinates): Unit
@NonNull @NotNull open static fun withLatitudeLongitude(latitude: Double, longitude: Double): @NotNull GeographyPoint
@NonNull @NotNull open static fun withXY(x: Double, y: Double): @NotNull GeographyPoint
@NonNull @NotNull open static fun withXYM(x: Double, y: Double, m: Double): @NotNull GeographyPoint
@NonNull @NotNull open static fun withXYZ(x: Double, y: Double, z: Double): @NotNull GeographyPoint
@NonNull @NotNull open static fun withXYZM(x: Double, y: Double, z: Double, m: Double): @NotNull GeographyPoint
open class GeographyPolygon : GeographyValue
abstract class GeographyValue : GeospatialValue
open class GeographyValueList : ListBase, MutableIterable<GeographyValue!>
abstract class GeoJson
open class GeometryCollection : GeometryValue
open class GeometryLineString : GeometryValue
open class GeometryMultiLineString : GeometryValue
open class GeometryMultiPoint : GeometryValue
open class GeometryMultiPolygon : GeometryValue
open class GeometryPoint : GeometryValue
open class GeometryPolygon : GeometryValue
abstract class GeometryValue : GeospatialValue
Module Contents
GeometryValue()
@Nullable @Nullable open static fun castOptional(@Nullable @Nullable value: @Nullable DataValue?): @Nullable GeometryValue?
@NonNull @NotNull open static fun castRequired(@Nullable @Nullable value: @Nullable DataValue?): @NotNull GeometryValue
static val DEFAULT_SRID: Int
@NonNull @NotNull open fun formatWKT(): @NotNull String
@NonNull @NotNull abstract fun formatWKT(sridRequired: Boolean): @NotNull String
open fun getSrsCode(): Int
@Nullable @Nullable open fun getSrsName(): @Nullable String?
@NonNull @NotNull open static fun parseAny(@NonNull @NotNull text: @NotNull String, @NonNull @NotNull type: @NotNull DataType): @NotNull GeometryValue
@NonNull @NotNull open static fun parseAnyWKT(@NonNull @NotNull text: @NotNull String): @NotNull GeometryValue
@NonNull @NotNull open static fun parseAnyWKT(@NonNull @NotNull text: @NotNull String, sridRequired: Boolean): @NotNull GeometryValue
open fun setSrsCode(value: Int): Unit
open fun setSrsName(@Nullable @Nullable value: @Nullable String?): Unit
@NonNull @NotNull open fun toString(): @NotNull String
@NonNull @NotNull open static fun withLatitudeLongitude(latitude: Double, longitude: Double): @NotNull GeometryPoint
@NonNull @NotNull open static fun withXY(x: Double, y: Double): @NotNull GeometryPoint
@NonNull @NotNull open static fun withXYM(x: Double, y: Double, m: Double): @NotNull GeometryPoint
@NonNull @NotNull open static fun withXYZ(x: Double, y: Double, z: Double): @NotNull GeometryPoint
@NonNull @NotNull open static fun withXYZM(x: Double, y: Double, z: Double, m: Double): @NotNull GeometryPoint
open class GeometryValueList : ListBase, MutableIterable<GeometryValue!>
abstract class GeospatialValue : DataValue
open class GlobalDateTime : DataValue
Module Contents
@Nullable @Nullable open static fun castOptional(@Nullable @Nullable value: @Nullable DataValue?): @Nullable GlobalDateTime?
@NonNull @NotNull open static fun castRequired(@Nullable @Nullable value: @Nullable DataValue?): @NotNull GlobalDateTime
open static fun compare(@NonNull @NotNull left: @NotNull GlobalDateTime, @NonNull @NotNull right: @NotNull GlobalDateTime): Int
open fun compareTo(@NonNull @NotNull value: @NotNull GlobalDateTime): Int
open static fun equal(@Nullable @Nullable left: @Nullable GlobalDateTime?, @Nullable @Nullable right: @Nullable GlobalDateTime?): Boolean
open fun equals(@Nullable @Nullable other: @Nullable Any?): Boolean
open static fun from(jdt: Date!): GlobalDateTime!
@NonNull @NotNull open fun getDataType(): @NotNull DataType
@NonNull @NotNull open fun getDate(): @NotNull LocalDate
open fun getDay(): Int
open fun getDayOfWeek(): Int
open fun getDayOfYear(): Int
open fun getHour(): Int
open fun getMinute(): Int
open fun getMonth(): Int
open fun getNano(): Int
open fun getOffset(): Int
open fun getSecond(): Int
@NonNull @NotNull open fun getTime(): @NotNull LocalTime
open fun getYear(): Int
open fun greaterEqual(@NonNull @NotNull value: @NotNull GlobalDateTime): Boolean
open fun greaterThan(@NonNull @NotNull value: @NotNull GlobalDateTime): Boolean
open fun hashCode(): Int
open fun lessEqual(@NonNull @NotNull value: @NotNull GlobalDateTime): Boolean
open fun lessThan(@NonNull @NotNull value: @NotNull GlobalDateTime): Boolean
open static fun millisBetween(@NonNull @NotNull a: @NotNull GlobalDateTime, @NonNull @NotNull b: @NotNull GlobalDateTime): Long
open fun minus(@NonNull @NotNull value: @NotNull GlobalDateTime): Double
@NonNull @NotNull open fun normalize(): @NotNull GlobalDateTime
open fun notEqual(@NonNull @NotNull value: @NotNull GlobalDateTime): Boolean
@NonNull @NotNull open static fun now(): @NotNull GlobalDateTime
@NonNull @NotNull open static fun of(year: Int, month: Int, day: Int, hour: Int, minute: Int, second: Int): @NotNull GlobalDateTime
@NonNull @NotNull open static fun of(year: Int, month: Int, day: Int, hour: Int, minute: Int, second: Int, nano: Int): @NotNull GlobalDateTime
@NonNull @NotNull open static fun ofJulian(day: Double): @NotNull GlobalDateTime
@NonNull @NotNull open static fun ofMillis(ms: Long): @NotNull GlobalDateTime
@Nullable @Nullable open static fun parse(@NonNull @NotNull text: @NotNull String): @Nullable GlobalDateTime?
@NonNull @NotNull open fun plusDays(days: Int): @NotNull GlobalDateTime
@NonNull @NotNull open fun plusHours(hours: Long): @NotNull GlobalDateTime
@NonNull @NotNull open fun plusMicros(micros: Long): @NotNull GlobalDateTime
@NonNull @NotNull open fun plusMillis(millis: Long): @NotNull GlobalDateTime
@NonNull @NotNull open fun plusMinutes(minutes: Long): @NotNull GlobalDateTime
@NonNull @NotNull open fun plusMonths(months: Int): @NotNull GlobalDateTime
@NonNull @NotNull open fun plusNanos(nanos: Long): @NotNull GlobalDateTime
@NonNull @NotNull open fun plusSeconds(seconds: Long): @NotNull GlobalDateTime
@NonNull @NotNull open fun plusWeeks(weeks: Int): @NotNull GlobalDateTime
@NonNull @NotNull open fun plusYears(years: Int): @NotNull GlobalDateTime
open static fun static_greaterEqual(@NonNull @NotNull left: @NotNull GlobalDateTime, @NonNull @NotNull right: @NotNull GlobalDateTime): Boolean
open static fun static_greaterThan(@NonNull @NotNull left: @NotNull GlobalDateTime, @NonNull @NotNull right: @NotNull GlobalDateTime): Boolean
open static fun static_lessEqual(@NonNull @NotNull left: @NotNull GlobalDateTime, @NonNull @NotNull right: @NotNull GlobalDateTime): Boolean
open static fun static_lessThan(@NonNull @NotNull left: @NotNull GlobalDateTime, @NonNull @NotNull right: @NotNull GlobalDateTime): Boolean
open static fun static_notEqual(@Nullable @Nullable left: @Nullable GlobalDateTime?, @Nullable @Nullable right: @Nullable GlobalDateTime?): Boolean
open fun toJavaDate(): Date!
open static fun toJulian(@NonNull @NotNull dt: @NotNull GlobalDateTime): Double
@NonNull @NotNull open fun toLocal(): @NotNull LocalDateTime
open static fun toMillis(@NonNull @NotNull dt: @NotNull GlobalDateTime): Long
@NonNull @NotNull open fun toString(): @NotNull String
@NonNull @NotNull open fun zone(offset: Int): @NotNull GlobalDateTime
open class GlobalDateTimeList : ListBase, MutableIterable<GlobalDateTime!>
open class GroupTransform : TransformValue
open class GUID
open class GuidValue : DataValue
open class GuidValueList : ListBase, MutableIterable<GuidValue!>
open class GzipException : ExceptionBase
open class HttpAddress
open class HttpCookies
open class HttpDateTime
open class HttpException : DataNetworkException
abstract class HttpHandler
abstract class HttpHandlerType
open class HttpHeaders
abstract class HttpMethod
open class HttpRequest
Module Contents
HttpRequest()
open fun close(): Unit
open fun enableTrace(@Nullable @Nullable serviceName: @Nullable String?, traceRequest: Boolean, : Boolean, traceContent: Boolean, prettyPrint: Boolean): Unit
open fun getCompressRequest(): Boolean
open fun getCompressResponse(): Boolean
@Nullable @Nullable open fun getHandler(): @Nullable HttpHandler?
@NonNull @NotNull open fun getMethod(): @NotNull String
@Nullable @Nullable open fun getPassword(): @Nullable String?
open fun getPrettyPrint(): Boolean
@Nullable @Nullable open fun getRequestBytes(): @Nullable ByteStream?
@Nullable @Nullable open fun getRequestChars(): @Nullable CharStream?
@Nullable @Nullable open fun getRequestCookie(@NonNull @NotNull name: @NotNull String): @Nullable String?
@NonNull @NotNull open fun getRequestCookies(): @NotNull HttpCookies
@Nullable @Nullable open fun getRequestData(): ByteArray?
@Nullable @Nullable open fun getRequestHeader(@NonNull @NotNull : @NotNull String): @Nullable String?
@NonNull @NotNull open fun getRequestHeaders(): @NotNull HttpHeaders
@NonNull @NotNull open fun getRequestOptions(): @NotNull RequestOptions
@Nullable @Nullable open fun getRequestText(): @Nullable String?
@NonNull @NotNull open fun getResponseBytes(): @NotNull ByteStream
@NonNull @NotNull open fun getResponseChars(): @NotNull CharStream
@Nullable @Nullable open fun getResponseCookie(@NonNull @NotNull name: @NotNull String): @Nullable String?
@NonNull @NotNull open fun getResponseCookies(): @NotNull HttpCookies
@NonNull @NotNull open fun getResponseData(): ByteArray
open fun getResponseDataCount(): Long
open fun getResponseGzipCount(): Long
@Nullable @Nullable open fun getResponseHeader(@NonNull @NotNull : @NotNull String): @Nullable String?
@NonNull @NotNull open fun getResponseHeaders(): @NotNull HttpHeaders
@NonNull @NotNull open fun getResponseText(): @NotNull String
open fun getStatus(): Int
@NonNull @NotNull open fun getStatusText(): @NotNull String
open fun getStreamRequest(): Boolean
open fun getStreamResponse(): Boolean
open fun getTraceContent(): Boolean
open fun getTraceHeaders(): Boolean
open fun getTraceRequest(): Boolean
open fun getUnzipResponse(): Boolean
@NonNull @NotNull open fun getUrl(): @NotNull String
@Nullable @Nullable open fun getUsername(): @Nullable String?
open fun getVersion(): Int
open fun hasResponseBytes(): Boolean
open fun hasResponseChars(): Boolean
open fun hasResponseData(): Boolean
open fun hasResponseText(): Boolean
open fun isActive(): Boolean
open fun login(@NonNull @NotNull username: @NotNull String, @NonNull @NotNull password: @NotNull String): Unit
open fun open(@NonNull @NotNull method: @NotNull String, @NonNull @NotNull url: @NotNull String): Unit
open fun send(): Unit
open fun setActive(value: Boolean): Unit
open fun setCompressRequest(value: Boolean): Unit
open fun setCompressResponse(value: Boolean): Unit
open fun setHandler(@Nullable @Nullable value: @Nullable HttpHandler?): Unit
open fun setInputStream(@NonNull @NotNull stream: @NotNull InputStream): Unit
open fun setMethod(@NonNull @NotNull value: @NotNull String): Unit
open fun setPassword(@Nullable @Nullable value: @Nullable String?): Unit
open fun setRequestBytes(@Nullable @Nullable value: @Nullable ByteStream?): Unit
open fun setRequestChars(@Nullable @Nullable value: @Nullable CharStream?): Unit
open fun setRequestCookie(@NonNull @NotNull name: @NotNull String, @NonNull @NotNull value: @NotNull String): Unit
open fun setRequestCookies(@NonNull @NotNull value: @NotNull HttpCookies): Unit
open fun setRequestData(@Nullable @Nullable value: ByteArray?): Unit
open fun setRequestHeader(@NonNull @NotNull : @NotNull String, @NonNull @NotNull : @NotNull String): Unit
open fun setRequestHeaders(@NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun setRequestOptions(@NonNull @NotNull value: @NotNull RequestOptions): Unit
open fun setRequestText(@Nullable @Nullable value: @Nullable String?): Unit
open fun setResponseBytes(@NonNull @NotNull value: @NotNull ByteStream): Unit
open fun setResponseChars(@NonNull @NotNull value: @NotNull CharStream): Unit
open fun setResponseCookie(@NonNull @NotNull name: @NotNull String, @NonNull @NotNull value: @NotNull String): Unit
open fun setResponseCookies(@NonNull @NotNull value: @NotNull HttpCookies): Unit
open fun setResponseData(@NonNull @NotNull value: ByteArray): Unit
open fun setResponseHeader(@NonNull @NotNull : @NotNull String, @NonNull @NotNull : @NotNull String): Unit
open fun setResponseHeaders(@NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun setResponseText(@NonNull @NotNull value: @NotNull String): Unit
open fun setStatus(value: Int): Unit
open fun setStatusText(@NonNull @NotNull value: @NotNull String): Unit
open fun setStreamRequest(value: Boolean): Unit
open fun setStreamResponse(value: Boolean): Unit
open fun setUnzipResponse(value: Boolean): Unit
open fun setUrl(@NonNull @NotNull value: @NotNull String): Unit
open fun setUsername(@Nullable @Nullable value: @Nullable String?): Unit
open fun setVersion(value: Int): Unit
abstract class HttpStatus
abstract class HttpStatusText
abstract class HttpVersion
abstract class Ignore
open class ImmutableException : FatalException
open class InfinityException : FatalException
open class InstanceLogger : Logger
Module Contents
InstanceLogger(@NonNull @NotNull instance: @NotNull String, @NonNull @NotNull logger: @NotNull Logger)
open fun debug(@NonNull @NotNull message: @NotNull String): Unit
open fun debug(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?): Unit
open fun debug(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?, dump: Boolean): Unit
open fun error(@NonNull @NotNull message: @NotNull String): Unit
open fun error(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?): Unit
open fun error(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?, dump: Boolean): Unit
@NonNull @NotNull open fun getName(): @NotNull String
open fun info(@NonNull @NotNull message: @NotNull String): Unit
open fun info(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?): Unit
open fun info(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?, dump: Boolean): Unit
open fun isDebugEnabled(): Boolean
open fun isErrorEnabled(): Boolean
open fun isInfoEnabled(): Boolean
open fun isTraceEnabled(): Boolean
open fun isWarnEnabled(): Boolean
open fun trace(@NonNull @NotNull message: @NotNull String): Unit
open fun trace(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?): Unit
open fun trace(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?, dump: Boolean): Unit
open fun warn(@NonNull @NotNull message: @NotNull String): Unit
open fun warn(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?): Unit
open fun warn(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?, dump: Boolean): Unit
open class IntArray
abstract class IntConstant
abstract class IntDefault
abstract class IntegerConstant
abstract class IntegerDefault
abstract class IntegerFunction
open class IntegerList : ListBase, MutableIterable<BigInteger!>
abstract class IntegerMath
abstract class IntegerOperator
Module Contents
IntegerOperator()
@NonNull @NotNull open static fun add(@NonNull @NotNull left: @NotNull BigInteger, @NonNull @NotNull right: @NotNull BigInteger): @NotNull BigInteger
open static fun compare(@NonNull @NotNull left: @NotNull BigInteger, @NonNull @NotNull right: @NotNull BigInteger): Int
@NonNull @NotNull open static fun divide(@NonNull @NotNull left: @NotNull BigInteger, @NonNull @NotNull right: @NotNull BigInteger): @NotNull BigInteger
open static fun equal(@NonNull @NotNull left: @NotNull BigInteger, @NonNull @NotNull right: @NotNull BigInteger): Boolean
open static fun greaterEqual(@NonNull @NotNull left: @NotNull BigInteger, @NonNull @NotNull right: @NotNull BigInteger): Boolean
open static fun greaterThan(@NonNull @NotNull left: @NotNull BigInteger, @NonNull @NotNull right: @NotNull BigInteger): Boolean
open static fun lessEqual(@NonNull @NotNull left: @NotNull BigInteger, @NonNull @NotNull right: @NotNull BigInteger): Boolean
open static fun lessThan(@NonNull @NotNull left: @NotNull BigInteger, @NonNull @NotNull right: @NotNull BigInteger): Boolean
@NonNull @NotNull open static fun multiply(@NonNull @NotNull left: @NotNull BigInteger, @NonNull @NotNull right: @NotNull BigInteger): @NotNull BigInteger
@NonNull @NotNull open static fun negate(@NonNull @NotNull value: @NotNull BigInteger): @NotNull BigInteger
open static fun notEqual(@NonNull @NotNull left: @NotNull BigInteger, @NonNull @NotNull right: @NotNull BigInteger): Boolean
@NonNull @NotNull open static fun remainder(@NonNull @NotNull left: @NotNull BigInteger, @NonNull @NotNull right: @NotNull BigInteger): @NotNull BigInteger
@NonNull @NotNull open static fun subtract(@NonNull @NotNull left: @NotNull BigInteger, @NonNull @NotNull right: @NotNull BigInteger): @NotNull BigInteger
open class IntegerValue : DataValue
abstract class IntFunction
open class IntList : ListBase, MutableIterable<Int!>
abstract class IntMath
abstract class IntOperator
Module Contents
IntOperator()
open static fun add(left: Int, right: Int): Int
open static fun compare(left: Int, right: Int): Int
open static fun divide(left: Int, right: Int): Int
open static fun equal(left: Int, right: Int): Boolean
open static fun greaterEqual(left: Int, right: Int): Boolean
open static fun greaterThan(left: Int, right: Int): Boolean
open static fun lessEqual(left: Int, right: Int): Boolean
open static fun lessThan(left: Int, right: Int): Boolean
open static fun multiply(left: Int, right: Int): Int
open static fun negate(value: Int): Int
open static fun notEqual(left: Int, right: Int): Boolean
open static fun remainder(left: Int, right: Int): Int
open static fun subtract(left: Int, right: Int): Int
open class IntSet : SetBase
open class IntValue : DataValue
abstract class JavaBean
open class JsonArray : JsonElement
open class JsonBoolean : JsonElement
open class JsonBooleanToken : JsonToken
open class JsonDeltaStream : DeltaStream
abstract class JsonElement
open class JsonElementStream
open class JsonEntityProvider : DataServiceProvider
Module Contents
open fun createEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun createLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun createMedia(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun deleteByQuery(@NonNull @NotNull : @NotNull DataQuery, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun deleteEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun deleteLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun deleteStream(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
@NonNull @NotNull open fun downloadMedia(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @NotNull ByteStream
@NonNull @NotNull open fun downloadStream(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @NotNull ByteStream
@Nullable @Nullable open fun executeMethod(@NonNull @NotNull : @NotNull DataMethod, @NonNull @NotNull : @NotNull ParameterList, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @Nullable DataValue?
@NonNull @NotNull open fun executeQuery(@NonNull @NotNull : @NotNull DataQuery, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @NotNull QueryResult
@NonNull @NotNull open fun fetchMetadata(@NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @NotNull CsdlDocument
@NonNull @NotNull open fun getMetadata(): @NotNull CsdlDocument
@NonNull @NotNull open fun getServiceName(): @NotNull String
open fun hasMetadata(): Boolean
open fun loadMetadata(@NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun pingServer(@NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun processBatch(@NonNull @NotNull : @NotNull RequestBatch, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun setMetadata(@NonNull @NotNull value: @NotNull CsdlDocument): Unit
open fun unloadMetadata(): Unit
open fun updateEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun updateLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun uploadMedia(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun uploadStream(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
@NonNull @NotNull open static fun withMetadata(@NonNull @NotNull metadata: @NotNull CsdlDocument): @NotNull JsonEntityProvider
@NonNull @NotNull open static fun withProvider(@NonNull @NotNull provider: @NotNull DataServiceProvider): @NotNull JsonEntityProvider
open class JsonException : DataFormatException
open class JsonNumber : JsonElement
open class JsonNumberToken : JsonToken
open class JsonObject : JsonElement
open class JsonOrderedObject : JsonObject
abstract class JsonOutputStream
abstract class JsonPretty
open class JsonString : JsonElement
open class JsonStringToken : JsonToken
abstract class JsonToken
open class JsonTokenStream
abstract class JsonValue
Module Contents
JsonValue()
@NonNull @NotNull open static fun errorResponse(@NonNull @NotNull document: @NotNull JsonElement, @NonNull @NotNull context: @NotNull DataContext): @NotNull ErrorResponse
@NonNull @NotNull open static fun formatCall(@NonNull @NotNull call: @NotNull DataMethodCall, @NonNull @NotNull context: @NotNull DataContext): @NotNull JsonElement
@NonNull @NotNull open static fun formatDocument(@NonNull @NotNull value: @NotNull DataValue, @NonNull @NotNull context: @NotNull DataContext): @NotNull JsonElement
@NonNull @NotNull open static fun formatLink(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull context: @NotNull DataContext): @NotNull JsonElement
@NonNull @NotNull open static fun fromBasicList(@NonNull @NotNull list: @NotNull DataValueList, @NonNull @NotNull context: @NotNull DataContext): @NotNull JsonElement
@NonNull @NotNull open static fun fromBinary(@NonNull @NotNull value: ByteArray): @NotNull JsonElement
@NonNull @NotNull open static fun fromBoolean(value: Boolean): @NotNull JsonElement
@NonNull @NotNull open static fun fromByte(value: Byte): @NotNull JsonElement
@NonNull @NotNull open static fun fromChar(value: Char): @NotNull JsonElement
@NonNull @NotNull open static fun fromComplexList(@NonNull @NotNull list: @NotNull ComplexValueList, @NonNull @NotNull context: @NotNull DataContext): @NotNull JsonElement
@Nullable @Nullable open static fun fromComplexValue(@Nullable @Nullable complex: @Nullable ComplexValue?, @NonNull @NotNull context: @NotNull DataContext): @Nullable JsonElement?
@Nullable @Nullable open static fun fromDataValue(@Nullable @Nullable value: @Nullable DataValue?, @NonNull @NotNull context: @NotNull DataContext): @Nullable JsonElement?
@NonNull @NotNull open static fun fromDecimal(@NonNull @NotNull value: @NotNull BigDecimal): @NotNull JsonElement
@NonNull @NotNull open static fun fromDouble(value: Double): @NotNull JsonElement
@NonNull @NotNull open static fun fromEntityList(@NonNull @NotNull list: @NotNull EntityValueList, @NonNull @NotNull context: @NotNull DataContext): @NotNull JsonElement
@Nullable @Nullable open static fun fromEntityValue(@Nullable @Nullable entity: @Nullable EntityValue?, @NonNull @NotNull context: @NotNull DataContext): @Nullable JsonElement?
@NonNull @NotNull open static fun fromFloat(value: Float): @NotNull JsonElement
@NonNull @NotNull open static fun fromInt(value: Int): @NotNull JsonElement
@NonNull @NotNull open static fun fromInteger(@NonNull @NotNull value: @NotNull BigInteger): @NotNull JsonElement
@NonNull @NotNull open static fun fromLong(value: Long): @NotNull JsonElement
@Nullable @Nullable open static fun fromNullableBinary(@Nullable @Nullable value: ByteArray?): @Nullable JsonElement?
@Nullable @Nullable open static fun fromNullableBoolean(@Nullable @Nullable value: @Nullable Boolean?): @Nullable JsonElement?
@Nullable @Nullable open static fun fromNullableByte(@Nullable @Nullable value: @Nullable Byte?): @Nullable JsonElement?
@Nullable @Nullable open static fun fromNullableChar(@Nullable @Nullable value: @Nullable Char?): @Nullable JsonElement?
@Nullable @Nullable open static fun fromNullableDecimal(@Nullable @Nullable value: @Nullable BigDecimal?): @Nullable JsonElement?
@Nullable @Nullable open static fun fromNullableDouble(@Nullable @Nullable value: @Nullable Double?): @Nullable JsonElement?
@Nullable @Nullable open static fun fromNullableFloat(@Nullable @Nullable value: @Nullable Float?): @Nullable JsonElement?
@Nullable @Nullable open static fun fromNullableInt(@Nullable @Nullable value: @Nullable Int?): @Nullable JsonElement?
@Nullable @Nullable open static fun fromNullableInteger(@Nullable @Nullable value: @Nullable BigInteger?): @Nullable JsonElement?
@Nullable @Nullable open static fun fromNullableLong(@Nullable @Nullable value: @Nullable Long?): @Nullable JsonElement?
@Nullable @Nullable open static fun fromNullableShort(@Nullable @Nullable value: @Nullable Short?): @Nullable JsonElement?
@Nullable @Nullable open static fun fromNullableString(@Nullable @Nullable value: @Nullable String?): @Nullable JsonElement?
@NonNull @NotNull open static fun fromShort(value: Short): @NotNull JsonElement
@NonNull @NotNull open static fun fromString(@NonNull @NotNull value: @NotNull String): @NotNull JsonElement
@Nullable @Nullable open static fun parseDocument(@Nullable @Nullable document: @Nullable JsonElement?, @NonNull @NotNull type: @NotNull DataType, @NonNull @NotNull context: @NotNull DataContext): @Nullable DataValue?
@NonNull @NotNull open static fun parseLink(@NonNull @NotNull document: @NotNull JsonElement, @NonNull @NotNull type: @NotNull EntityType, @NonNull @NotNull context: @NotNull DataContext): @NotNull EntityValue
@NonNull @NotNull open static fun parseLinks(@NonNull @NotNull document: @NotNull JsonElement, @NonNull @NotNull type: @NotNull EntityType, @NonNull @NotNull context: @NotNull DataContext): @NotNull EntityValueList
@NonNull @NotNull open static fun parseReference(@NonNull @NotNull uri: @NotNull String, @NonNull @NotNull entityType: @NotNull EntityType, @NonNull @NotNull entitySet: @NotNull EntitySet, @NonNull @NotNull context: @NotNull DataContext): @NotNull EntityValue
@NonNull @NotNull open static fun parseReference(@NonNull @NotNull uri: @NotNull String, @NonNull @NotNull entityType: @NotNull EntityType, @NonNull @NotNull entitySet: @NotNull EntitySet, @NonNull @NotNull context: @NotNull DataContext, binding: Boolean): @NotNull EntityValue
@NonNull @NotNull open static fun toBasicList(@Nullable @Nullable element: @Nullable JsonElement?, @NonNull @NotNull type: @NotNull DataType, @NonNull @NotNull context: @NotNull DataContext): @NotNull DataValueList
@NonNull @NotNull open static fun toBinary(@Nullable @Nullable element: @Nullable JsonElement?): ByteArray
open static fun toBoolean(@Nullable @Nullable element: @Nullable JsonElement?): Boolean
open static fun toByte(@Nullable @Nullable element: @Nullable JsonElement?): Byte
open static fun toChar(@Nullable @Nullable element: @Nullable JsonElement?): Char
@NonNull @NotNull open static fun toComplexList(@Nullable @Nullable element: @Nullable JsonElement?, @NonNull @NotNull type: @NotNull DataType, @NonNull @NotNull context: @NotNull DataContext): @NotNull ComplexValueList
@Nullable @Nullable open static fun toComplexValue(@Nullable @Nullable element: @Nullable JsonElement?, @NonNull @NotNull type: @NotNull ComplexType, @NonNull @NotNull context: @NotNull DataContext): @Nullable ComplexValue?
@Nullable @Nullable open static fun toDataValue(@Nullable @Nullable element: @Nullable JsonElement?, @NonNull @NotNull type: @NotNull DataType, @NonNull @NotNull context: @NotNull DataContext): @Nullable DataValue?
@NonNull @NotNull open static fun toDecimal(@Nullable @Nullable element: @Nullable JsonElement?): @NotNull BigDecimal
open static fun toDouble(@Nullable @Nullable element: @Nullable JsonElement?): Double
@NonNull @NotNull open static fun toEntityList(@Nullable @Nullable element: @Nullable JsonElement?, @NonNull @NotNull type: @NotNull DataType, @NonNull @NotNull context: @NotNull DataContext): @NotNull EntityValueList
@Nullable @Nullable open static fun toEntityValue(@Nullable @Nullable element: @Nullable JsonElement?, @NonNull @NotNull type: @NotNull EntityType, @NonNull @NotNull context: @NotNull DataContext): @Nullable EntityValue?
open static fun toFloat(@Nullable @Nullable element: @Nullable JsonElement?): Float
open static fun toInt(@Nullable @Nullable element: @Nullable JsonElement?): Int
@NonNull @NotNull open static fun toInteger(@Nullable @Nullable element: @Nullable JsonElement?): @NotNull BigInteger
open static fun toLong(@Nullable @Nullable element: @Nullable JsonElement?): Long
@Nullable @Nullable open static fun toNullableBinary(@Nullable @Nullable element: @Nullable JsonElement?): ByteArray?
@Nullable @Nullable open static fun toNullableBoolean(@Nullable @Nullable element: @Nullable JsonElement?): @Nullable Boolean?
@Nullable @Nullable open static fun toNullableByte(@Nullable @Nullable element: @Nullable JsonElement?): @Nullable Byte?
@Nullable @Nullable open static fun toNullableChar(@Nullable @Nullable element: @Nullable JsonElement?): @Nullable Char?
@Nullable @Nullable open static fun toNullableDecimal(@Nullable @Nullable element: @Nullable JsonElement?): @Nullable BigDecimal?
@Nullable @Nullable open static fun toNullableDouble(@Nullable @Nullable element: @Nullable JsonElement?): @Nullable Double?
@Nullable @Nullable open static fun toNullableFloat(@Nullable @Nullable element: @Nullable JsonElement?): @Nullable Float?
@Nullable @Nullable open static fun toNullableInt(@Nullable @Nullable element: @Nullable JsonElement?): @Nullable Int?
@Nullable @Nullable open static fun toNullableInteger(@Nullable @Nullable element: @Nullable JsonElement?): @Nullable BigInteger?
@Nullable @Nullable open static fun toNullableLong(@Nullable @Nullable element: @Nullable JsonElement?): @Nullable Long?
@Nullable @Nullable open static fun toNullableShort(@Nullable @Nullable element: @Nullable JsonElement?): @Nullable Short?
@Nullable @Nullable open static fun toNullableString(@Nullable @Nullable element: @Nullable JsonElement?): @Nullable String?
open static fun toShort(@Nullable @Nullable element: @Nullable JsonElement?): Short
@NonNull @NotNull open static fun toString(@Nullable @Nullable element: @Nullable JsonElement?): @NotNull String
open class LineStringCoordinates : ListBase, MutableIterable<PointCoordinates!>
abstract class ListBase : DataValue
abstract class ListConverter
abstract class ListFunction
Module Contents
ListFunction()
open static fun <T : Any!> add(value: MutableList<T>!, item: T): Unit
open static fun <T : Any!> addAll(value: MutableList<T>!, list: MutableList<T>!): Unit
open static fun <T : Any!> addThis(value: MutableList<T>!, item: T): MutableList<T>!
open static fun <T : Any!> clear(value: MutableList<T>!): Unit
open static fun <T : Any!> copy(value: MutableList<T>!): MutableList<T>!
open static fun <T : Any!> equals(value: MutableList<T>!, list: MutableList<T>!): Boolean
open static fun <T : Any!> first(value: MutableList<T>!): T
open static fun <T : Any!> get(value: MutableList<T>!, index: Int): T
open static fun <T : Any!> hashCode(value: MutableList<T>!): Int
open static fun <T : Any!> includes(value: MutableList<T>!, item: T): Boolean
open static fun <T : Any!> indexOf(value: MutableList<T>!, item: T): Int
open static fun <T : Any!> insertAll(value: MutableList<T>!, index: Int, list: MutableList<T>!): Unit
open static fun <T : Any!> insertAt(value: MutableList<T>!, index: Int, item: T): Unit
open static fun <T : Any!> last(value: MutableList<T>!): T
open static fun <T : Any!> lastIndexOf(value: MutableList<T>!, item: T): Int
open static fun <T : Any!> removeAt(value: MutableList<T>!, index: Int): Unit
open static fun <T : Any!> removeFirst(value: MutableList<T>!): Unit
open static fun <T : Any!> removeLast(value: MutableList<T>!): Unit
open static fun <T : Any!> removeRange(value: MutableList<T>!, start: Int, end: Int): Unit
open static fun <T : Any!> reverse(value: MutableList<T>!): Unit
open static fun <T : Any!> set(value: MutableList<T>!, index: Int, item: T): Unit
open static fun <T : Any!> single(value: MutableList<T>!): T
open static fun <T : Any!> slice(value: MutableList<T>!, start: Int): MutableList<T>!
open static fun <T : Any!> slice(value: MutableList<T>!, start: Int, end: Int): MutableList<T>!
open static fun <T : Any!> sort(value: MutableList<T>!): Unit
open static fun <T : Any!> sortWith(value: MutableList<T>!, comparer: Comparer!): Unit
open static fun <T : Any!> toString(value: MutableList<T>!): String!
open class ListIndexException : FatalException
abstract class ListProperty
open class LocalDate : DataValue
open class LocalDateList : ListBase, MutableIterable<LocalDate!>
open class LocalDateTime : DataValue
Module Contents
@Nullable @Nullable open static fun castOptional(@Nullable @Nullable value: @Nullable DataValue?): @Nullable LocalDateTime?
@NonNull @NotNull open static fun castRequired(@Nullable @Nullable value: @Nullable DataValue?): @NotNull LocalDateTime
open static fun compare(@NonNull @NotNull left: @NotNull LocalDateTime, @NonNull @NotNull right: @NotNull LocalDateTime): Int
open fun compareTo(@NonNull @NotNull value: @NotNull LocalDateTime): Int
open static fun equal(@Nullable @Nullable left: @Nullable LocalDateTime?, @Nullable @Nullable right: @Nullable LocalDateTime?): Boolean
open fun equals(@Nullable @Nullable other: @Nullable Any?): Boolean
@NonNull @NotNull open fun getDataType(): @NotNull DataType
@NonNull @NotNull open fun getDate(): @NotNull LocalDate
open fun getDay(): Int
open fun getDayOfWeek(): Int
open fun getDayOfYear(): Int
open fun getHour(): Int
open fun getMinute(): Int
open fun getMonth(): Int
open fun getNano(): Int
open fun getSecond(): Int
@NonNull @NotNull open fun getTime(): @NotNull LocalTime
open fun getYear(): Int
open fun greaterEqual(@NonNull @NotNull value: @NotNull LocalDateTime): Boolean
open fun greaterThan(@NonNull @NotNull value: @NotNull LocalDateTime): Boolean
open fun hashCode(): Int
open fun lessEqual(@NonNull @NotNull value: @NotNull LocalDateTime): Boolean
open fun lessThan(@NonNull @NotNull value: @NotNull LocalDateTime): Boolean
open static fun millisBetween(@NonNull @NotNull a: @NotNull LocalDateTime, @NonNull @NotNull b: @NotNull LocalDateTime): Long
open fun minus(@NonNull @NotNull value: @NotNull LocalDateTime): Double
open fun notEqual(@NonNull @NotNull value: @NotNull LocalDateTime): Boolean
@NonNull @NotNull open static fun now(): @NotNull LocalDateTime
@NonNull @NotNull open static fun of(year: Int, month: Int, day: Int, hour: Int, minute: Int, second: Int): @NotNull LocalDateTime
@NonNull @NotNull open static fun of(year: Int, month: Int, day: Int, hour: Int, minute: Int, second: Int, nano: Int): @NotNull LocalDateTime
@NonNull @NotNull open static fun ofJulian(day: Double): @NotNull LocalDateTime
@NonNull @NotNull open static fun ofMillis(ms: Long): @NotNull LocalDateTime
@Nullable @Nullable open static fun parse(@NonNull @NotNull text: @NotNull String): @Nullable LocalDateTime?
@NonNull @NotNull open fun plusDays(days: Int): @NotNull LocalDateTime
@NonNull @NotNull open fun plusHours(hours: Long): @NotNull LocalDateTime
@NonNull @NotNull open fun plusMicros(micros: Long): @NotNull LocalDateTime
@NonNull @NotNull open fun plusMillis(millis: Long): @NotNull LocalDateTime
@NonNull @NotNull open fun plusMinutes(minutes: Long): @NotNull LocalDateTime
@NonNull @NotNull open fun plusMonths(months: Int): @NotNull LocalDateTime
@NonNull @NotNull open fun plusNanos(nanos: Long): @NotNull LocalDateTime
@NonNull @NotNull open fun plusSeconds(seconds: Long): @NotNull LocalDateTime
@NonNull @NotNull open fun plusWeeks(weeks: Int): @NotNull LocalDateTime
@NonNull @NotNull open fun plusYears(years: Int): @NotNull LocalDateTime
open static fun static_greaterEqual(@NonNull @NotNull left: @NotNull LocalDateTime, @NonNull @NotNull right: @NotNull LocalDateTime): Boolean
open static fun static_greaterThan(@NonNull @NotNull left: @NotNull LocalDateTime, @NonNull @NotNull right: @NotNull LocalDateTime): Boolean
open static fun static_lessEqual(@NonNull @NotNull left: @NotNull LocalDateTime, @NonNull @NotNull right: @NotNull LocalDateTime): Boolean
open static fun static_lessThan(@NonNull @NotNull left: @NotNull LocalDateTime, @NonNull @NotNull right: @NotNull LocalDateTime): Boolean
open static fun static_notEqual(@Nullable @Nullable left: @Nullable LocalDateTime?, @Nullable @Nullable right: @Nullable LocalDateTime?): Boolean
@NonNull @NotNull open fun toGlobal(): @NotNull GlobalDateTime
@NonNull @NotNull open fun toGlobal(offset: Int): @NotNull GlobalDateTime
open static fun toJulian(@NonNull @NotNull dt: @NotNull LocalDateTime): Double
open static fun toMillis(@NonNull @NotNull dt: @NotNull LocalDateTime): Long
@NonNull @NotNull open fun toString(): @NotNull String
open class LocalDateTimeList : ListBase, MutableIterable<LocalDateTime!>
open class LocalTime : DataValue
Module Contents
@Nullable @Nullable open static fun castOptional(@Nullable @Nullable value: @Nullable DataValue?): @Nullable LocalTime?
@NonNull @NotNull open static fun castRequired(@Nullable @Nullable value: @Nullable DataValue?): @NotNull LocalTime
open static fun compare(@NonNull @NotNull left: @NotNull LocalTime, @NonNull @NotNull right: @NotNull LocalTime): Int
open fun compareTo(@NonNull @NotNull value: @NotNull LocalTime): Int
open static fun equal(@Nullable @Nullable left: @Nullable LocalTime?, @Nullable @Nullable right: @Nullable LocalTime?): Boolean
open fun equals(@Nullable @Nullable other: @Nullable Any?): Boolean
@NonNull @NotNull open fun getDataType(): @NotNull DataType
open fun getHour(): Int
open fun getMinute(): Int
open fun getNano(): Int
open fun getSecond(): Int
open fun greaterEqual(@NonNull @NotNull value: @NotNull LocalTime): Boolean
open fun greaterThan(@NonNull @NotNull value: @NotNull LocalTime): Boolean
open fun hashCode(): Int
open fun lessEqual(@NonNull @NotNull value: @NotNull LocalTime): Boolean
open fun lessThan(@NonNull @NotNull value: @NotNull LocalTime): Boolean
open fun minus(@NonNull @NotNull value: @NotNull LocalTime): Double
open fun notEqual(@NonNull @NotNull value: @NotNull LocalTime): Boolean
@NonNull @NotNull open static fun now(): @NotNull LocalTime
@NonNull @NotNull open static fun of(hour: Int, minute: Int, second: Int): @NotNull LocalTime
@NonNull @NotNull open static fun of(hour: Int, minute: Int, second: Int, nano: Int): @NotNull LocalTime
@Nullable @Nullable open static fun parse(@NonNull @NotNull text: @NotNull String): @Nullable LocalTime?
@NonNull @NotNull open fun plusHours(hours: Long): @NotNull LocalTime
@NonNull @NotNull open fun plusMicros(micros: Long): @NotNull LocalTime
@NonNull @NotNull open fun plusMillis(millis: Long): @NotNull LocalTime
@NonNull @NotNull open fun plusMinutes(minutes: Long): @NotNull LocalTime
@NonNull @NotNull open fun plusNanos(nanos: Long): @NotNull LocalTime
@NonNull @NotNull open fun plusSeconds(seconds: Long): @NotNull LocalTime
open static fun static_greaterEqual(@NonNull @NotNull left: @NotNull LocalTime, @NonNull @NotNull right: @NotNull LocalTime): Boolean
open static fun static_greaterThan(@NonNull @NotNull left: @NotNull LocalTime, @NonNull @NotNull right: @NotNull LocalTime): Boolean
open static fun static_lessEqual(@NonNull @NotNull left: @NotNull LocalTime, @NonNull @NotNull right: @NotNull LocalTime): Boolean
open static fun static_lessThan(@NonNull @NotNull left: @NotNull LocalTime, @NonNull @NotNull right: @NotNull LocalTime): Boolean
open static fun static_notEqual(@Nullable @Nullable left: @Nullable LocalTime?, @Nullable @Nullable right: @Nullable LocalTime?): Boolean
@NonNull @NotNull open fun toString(): @NotNull String
open class LocalTimeList : ListBase, MutableIterable<LocalTime!>
abstract class Logger
Module Contents
Logger()
open fun debug(@NonNull @NotNull message: @NotNull String): Unit
open fun debug(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?): Unit
abstract fun debug(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?, dump: Boolean): Unit
open fun error(@NonNull @NotNull message: @NotNull String): Unit
open fun error(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?): Unit
abstract fun error(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?, dump: Boolean): Unit
@NonNull @NotNull abstract fun getName(): @NotNull String
open fun info(@NonNull @NotNull message: @NotNull String): Unit
open fun info(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?): Unit
abstract fun info(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?, dump: Boolean): Unit
abstract fun isDebugEnabled(): Boolean
abstract fun isErrorEnabled(): Boolean
abstract fun isInfoEnabled(): Boolean
abstract fun isTraceEnabled(): Boolean
abstract fun isWarnEnabled(): Boolean
open fun trace(@NonNull @NotNull message: @NotNull String): Unit
open fun trace(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?): Unit
abstract fun trace(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?, dump: Boolean): Unit
open fun warn(@NonNull @NotNull message: @NotNull String): Unit
open fun warn(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?): Unit
abstract fun warn(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?, dump: Boolean): Unit
abstract class LoggerFactory
abstract class LoggerFactory
abstract class LongConstant
abstract class LongDefault
abstract class LongFunction
open class LongList : ListBase, MutableIterable<Long!>
abstract class LongMath
abstract class LongOperator
Module Contents
LongOperator()
open static fun add(left: Long, right: Long): Long
open static fun compare(left: Long, right: Long): Int
open static fun divide(left: Long, right: Long): Long
open static fun equal(left: Long, right: Long): Boolean
open static fun greaterEqual(left: Long, right: Long): Boolean
open static fun greaterThan(left: Long, right: Long): Boolean
open static fun lessEqual(left: Long, right: Long): Boolean
open static fun lessThan(left: Long, right: Long): Boolean
open static fun multiply(left: Long, right: Long): Long
open static fun negate(value: Long): Long
open static fun notEqual(left: Long, right: Long): Boolean
open static fun remainder(left: Long, right: Long): Long
open static fun subtract(left: Long, right: Long): Long
open class LongSet : SetBase
open class LongValue : DataValue
abstract class MapBase
open class MapFromObject : UntypedMap
open class MapFromString : UntypedMap
open class MapIteratorFromObject
open class MapIteratorFromString
open class MetadataLock
open class MetadataOnlyProvider : DataServiceProvider
Module Contents
MetadataOnlyProvider(@NonNull @NotNull name: @NotNull String)
open fun createEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun createLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun createMedia(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun deleteByQuery(@NonNull @NotNull : @NotNull DataQuery, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun deleteEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun deleteLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun deleteStream(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
@NonNull @NotNull open fun downloadMedia(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @NotNull ByteStream
@NonNull @NotNull open fun downloadStream(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @NotNull ByteStream
@Nullable @Nullable open fun executeMethod(@NonNull @NotNull : @NotNull DataMethod, @NonNull @NotNull : @NotNull ParameterList, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @Nullable DataValue?
@NonNull @NotNull open fun executeQuery(@NonNull @NotNull : @NotNull DataQuery, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @NotNull QueryResult
@NonNull @NotNull open fun fetchMetadata(@NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @NotNull CsdlDocument
@NonNull @NotNull open fun getMetadata(): @NotNull CsdlDocument
@NonNull @NotNull open fun getServiceName(): @NotNull String
open fun hasMetadata(): Boolean
open fun loadMetadata(@NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
@NonNull @NotNull open static fun newIfNull(@Nullable @Nullable provider: @Nullable DataServiceProvider?, @NonNull @NotNull name: @NotNull String): @NotNull DataServiceProvider
open fun pingServer(@NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun processBatch(@NonNull @NotNull : @NotNull RequestBatch, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun setMetadata(@NonNull @NotNull value: @NotNull CsdlDocument): Unit
open fun unloadMetadata(): Unit
open fun updateEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun updateLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun uploadMedia(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun uploadStream(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open class MimePart
open class MimePartList : ListBase, MutableIterable<MimePart!>
open class MimeStreamReader : ByteStream
open class MimeStreamWriter : ByteStream
abstract class MimeType
open class MissingEntryException : FatalException
abstract class MonthOfYear
open class MultiLineStringCoordinates : ListBase, MutableIterable<LineStringCoordinates!>
open class MultiPointCoordinates : ListBase, MutableIterable<PointCoordinates!>
open class MultiPolygonCoordinates : ListBase, MutableIterable<PolygonCoordinates!>
open class MutableBoolean
open class MutableInt
open class MutableLong
open class NavigationProperty : Property
open class NetworkOptions
open class NotImplementedException : FatalException
open class NotUniqueException : FatalException
abstract class NullableBinary
abstract class NullableBoolean
abstract class NullableByte
abstract class NullableChar
abstract class NullableDecimal
abstract class NullableDouble
abstract class NullableFloat
abstract class NullableInt
abstract class NullableInteger
abstract class NullableLong
abstract class NullableObject
abstract class NullableShort
abstract class NullableString
open class NullValueException : FatalException
abstract class NumberParser
abstract class ObjectAsAny
abstract class ObjectFactory
abstract class ObjectFunction
abstract class ObjectIsAny
open class ObjectList : ListBase, MutableIterable<Any!>
open class ObjectMap : MapBase
abstract class ObjectOperator
open class OKHttpHandler : HttpHandler
open class OKHttpHandler : HttpHandler
open class OnlineDataService : DataService
open class OnlineODataProvider : DataServiceProvider
Module Contents
OnlineODataProvider(@NonNull @NotNull serviceName: @NotNull String, @NonNull @NotNull serviceRoot: @NotNull String)
OnlineODataProvider(@NonNull @NotNull serviceName: @NotNull String, @NonNull @NotNull serviceRoot: @NotNull String, @NonNull @NotNull client: @NotNull OkHttpClient)
OnlineODataProvider(@NonNull @NotNull serviceName: @NotNull String, @NonNull @NotNull serviceRoot: @NotNull String, @Nullable @Nullable httpHandler: @Nullable HttpHandler?)
open fun acquireToken(): Unit
open fun createEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun createLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun createMedia(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun deleteByQuery(@NonNull @NotNull : @NotNull DataQuery, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun deleteEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun deleteLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun deleteRepeatableRequest(@NonNull @NotNull requestID: @NotNull GuidValue): Unit
open fun deleteRepeatableRequests(@NonNull @NotNull clientID: @NotNull GuidValue): Unit
open fun deleteStream(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
@NonNull @NotNull open fun deltaStream(@NonNull @NotNull query: @NotNull DataQuery): @NotNull DeltaStream
@NonNull @NotNull open fun downloadMedia(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @NotNull ByteStream
@NonNull @NotNull open fun downloadStream(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @NotNull ByteStream
@NonNull @NotNull open fun entityContext(@NonNull @NotNull entitySet: @NotNull EntitySet): @NotNull DataContext
@NonNull @NotNull open fun entityContext(@NonNull @NotNull entitySet: @NotNull EntitySet, @Nullable @Nullable derivedType: @Nullable StructureType?): @NotNull DataContext
@NonNull @NotNull open fun entityContext(@NonNull @NotNull entitySet: @NotNull EntitySet, @Nullable @Nullable derivedType: @Nullable StructureType?, format: Int): @NotNull DataContext
@NonNull @NotNull open fun entityContext(@NonNull @NotNull entitySet: @NotNull EntitySet, @Nullable @Nullable derivedType: @Nullable StructureType?, format: Int, version: Int): @NotNull DataContext
@NonNull @NotNull open fun entityStream(@NonNull @NotNull query: @NotNull DataQuery): @NotNull EntityStream
@Nullable @Nullable open fun executeMethod(@NonNull @NotNull : @NotNull DataMethod, @NonNull @NotNull : @NotNull ParameterList, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @Nullable DataValue?
@NonNull @NotNull open fun executeQuery(@NonNull @NotNull : @NotNull DataQuery, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @NotNull QueryResult
@NonNull @NotNull open fun fetchMetadata(@NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @NotNull CsdlDocument
@NonNull @NotNull open fun getHttpCookies(): @NotNull HttpCookies
@NonNull @NotNull open fun getHttpHeaders(): @NotNull HttpHeaders
@NonNull @NotNull open fun getMetadata(): @NotNull CsdlDocument
@NonNull @NotNull fun getNetworkOptions(): @NotNull NetworkOptions
open fun getPrettyTracing(): Boolean
@NonNull @NotNull open fun getServiceName(): @NotNull String
@NonNull @NotNull fun getServiceOptions(): @NotNull ServiceOptions
@NonNull @NotNull open fun getServiceRoot(): @NotNull String
@NonNull @NotNull open fun getSessionCookies(): @NotNull HttpCookies
@NonNull @NotNull open fun getSessionHeaders(): @NotNull HttpHeaders
@NonNull @NotNull open fun getSharedCookies(): @NotNull HttpCookies
@NonNull @NotNull open fun getSharedHeaders(): @NotNull HttpHeaders
open fun getTraceRequests(): Boolean
open fun getTraceWithData(): Boolean
open fun hasMetadata(): Boolean
open fun loadMetadata(@NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun login(@NonNull @NotNull username: @NotNull String, @NonNull @NotNull password: @NotNull String): Unit
open fun pingServer(@NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun processBatch(@NonNull @NotNull : @NotNull RequestBatch, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
@NonNull @NotNull open fun queryContext(): @NotNull DataContext
@NonNull @NotNull open fun queryContext(version: Int): @NotNull DataContext
open fun setMetadata(@NonNull @NotNull value: @NotNull CsdlDocument): Unit
open fun setPrettyTracing(value: Boolean): Unit
open fun setServiceRoot(@NonNull @NotNull value: @NotNull String): Unit
open fun setTraceRequests(value: Boolean): Unit
open fun setTraceWithData(value: Boolean): Unit
open fun unloadMetadata(): Unit
open fun updateEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun updateLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun uploadMedia(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun uploadStream(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
abstract class OperatingSystem
open class OverflowException : FatalException
open class Parameter
open class ParameterList : ListBase, MutableIterable<Parameter!>
open class PathAnnotations
open class PathAnnotationsList : ListBase, MutableIterable<PathAnnotations!>
open class PathAnnotationsMap : MapBase
abstract class PathResolver
abstract class PearsonHashing
open class PointCoordinates : ListBase, MutableIterable<Double!>
Module Contents
PointCoordinates()
PointCoordinates(capacity: Int)
open fun add(item: Double): Unit
open fun addAll(@NonNull @NotNull list: @NotNull PointCoordinates): Unit
@NonNull @NotNull open fun addThis(item: Double): @NotNull PointCoordinates
@NonNull @NotNull open fun copy(): @NotNull PointCoordinates
@NonNull @NotNull static val empty: @NotNull PointCoordinates
open fun first(): Double
@NonNull @NotNull open static fun from(@NonNull @NotNull list: @NotNull MutableList<Double!>): @NotNull PointCoordinates
open fun get(index: Int): Double
open fun getAltitude(): Double
open fun getLatitude(): Double
open fun getLongitude(): Double
open fun getM(): Double
open fun getMeasure(): Double
open fun getX(): Double
open fun getY(): Double
open fun getZ(): Double
open fun includes(item: Double): Boolean
open fun indexOf(item: Double): Int
open fun indexOf(item: Double, start: Int): Int
open fun insertAll(index: Int, @NonNull @NotNull list: @NotNull PointCoordinates): Unit
open fun insertAt(index: Int, item: Double): Unit
@NonNull @NotNull open fun iterator(): @NotNull MutableIterator<Double!>
open fun last(): Double
open fun lastIndexOf(item: Double): Int
open fun lastIndexOf(item: Double, start: Int): Int
open fun set(index: Int, item: Double): Unit
open fun setAltitude(value: Double): Unit
open fun setLatitude(value: Double): Unit
open fun setLongitude(value: Double): Unit
open fun setX(value: Double): Unit
open fun setY(value: Double): Unit
open fun setZ(value: Double): Unit
@NonNull @NotNull open static fun share(@NonNull @NotNull list: @NotNull ListBase): @NotNull PointCoordinates
open fun single(): Double
@NonNull @NotNull open fun slice(start: Int): @NotNull PointCoordinates
@NonNull @NotNull open fun slice(start: Int, end: Int): @NotNull PointCoordinates
@NonNull @NotNull open fun toGeneric(): @NotNull MutableList<Double!>
@NonNull @NotNull open static fun withLatitudeLongitude(latitude: Double, longitude: Double): @NotNull PointCoordinates
@NonNull @NotNull open static fun withXY(x: Double, y: Double): @NotNull PointCoordinates
@NonNull @NotNull open static fun withXYM(x: Double, y: Double, m: Double): @NotNull PointCoordinates
@NonNull @NotNull open static fun withXYZ(x: Double, y: Double, z: Double): @NotNull PointCoordinates
@NonNull @NotNull open static fun withXYZM(x: Double, y: Double, z: Double, m: Double): @NotNull PointCoordinates
open class PolygonCoordinates : ListBase, MutableIterable<LineStringCoordinates!>
abstract class ProcessExitCode
open class Property : PropertyPath
Module Contents
Property()
@NonNull @NotNull open fun getAnnotation(@NonNull @NotNull term: @NotNull String): @NotNull Annotation
@NonNull @NotNull open fun getAnnotationList(): @NotNull AnnotationList
@NonNull @NotNull open fun getAnnotationMap(): @NotNull AnnotationMap
@NonNull @NotNull open fun getAnnotations(): @NotNull AnnotationMap
@NonNull @NotNull open fun getBasicList(@NonNull @NotNull source: @NotNull StructureBase): @NotNull DataValueList
@NonNull @NotNull open fun getBinary(@NonNull @NotNull source: @NotNull StructureBase): ByteArray
open fun getBoolean(@NonNull @NotNull source: @NotNull StructureBase): Boolean
open fun getByte(@NonNull @NotNull source: @NotNull StructureBase): Byte
open fun getCanBeRemoved(): Boolean
@Nullable @Nullable open fun getColumn(): @Nullable String?
@Nullable @Nullable open fun getColumnType(): @Nullable String?
@NonNull @NotNull open fun getComplex(@NonNull @NotNull source: @NotNull StructureBase): @NotNull ComplexValue
@NonNull @NotNull open fun getComplexList(@NonNull @NotNull source: @NotNull StructureBase): @NotNull ComplexValueList
@NonNull @NotNull open fun getComplexType(): @NotNull ComplexType
open fun getContainsTarget(): Boolean
@Nullable @Nullable open fun getCustomPath(): @Nullable CustomPath?
@NonNull @NotNull open fun getDataType(): @NotNull DataType
@NonNull @NotNull open fun getDecimal(@NonNull @NotNull source: @NotNull StructureBase): @NotNull BigDecimal
@Nullable @Nullable open fun getDefaultValue(): @Nullable DataValue?
open fun getDouble(@NonNull @NotNull source: @NotNull StructureBase): Double
@NonNull @NotNull open fun getEntity(@NonNull @NotNull source: @NotNull StructureBase): @NotNull EntityValue
@NonNull @NotNull open fun getEntityList(@NonNull @NotNull source: @NotNull StructureBase): @NotNull EntityValueList
@NonNull @NotNull open fun getEntityType(): @NotNull EntityType
@NonNull @NotNull open fun getEnum(@NonNull @NotNull source: @NotNull StructureBase): @NotNull EnumValue
@NonNull @NotNull open fun getEnumType(): @NotNull EnumType
open fun getFixedLength(): Boolean
open fun getFloat(@NonNull @NotNull source: @NotNull StructureBase): Float
@NonNull @NotNull open fun getGuid(@NonNull @NotNull source: @NotNull StructureBase): @NotNull GuidValue
open fun getId(): Int
open fun getInt(@NonNull @NotNull source: @NotNull StructureBase): Int
@NonNull @NotNull open fun getInteger(@NonNull @NotNull source: @NotNull StructureBase): @NotNull BigInteger
@NonNull @NotNull open fun getItemComplexType(): @NotNull ComplexType
@NonNull @NotNull open fun getItemEntityType(): @NotNull EntityType
open fun getLong(@NonNull @NotNull source: @NotNull StructureBase): Long
open fun getMaxLength(): Int
open fun getMinLength(): Int
@NonNull @NotNull open fun getName(): @NotNull String
@Nullable @Nullable open fun getNullableBinary(@NonNull @NotNull source: @NotNull StructureBase): ByteArray?
@Nullable @Nullable open fun getNullableBoolean(@NonNull @NotNull source: @NotNull StructureBase): @Nullable Boolean?
@Nullable @Nullable open fun getNullableByte(@NonNull @NotNull source: @NotNull StructureBase): @Nullable Byte?
@Nullable @Nullable open fun getNullableComplex(@NonNull @NotNull source: @NotNull StructureBase): @Nullable ComplexValue?
@Nullable @Nullable open fun getNullableDecimal(@NonNull @NotNull source: @NotNull StructureBase): @Nullable BigDecimal?
@Nullable @Nullable open fun getNullableDouble(@NonNull @NotNull source: @NotNull StructureBase): @Nullable Double?
@Nullable @Nullable open fun getNullableEntity(@NonNull @NotNull source: @NotNull StructureBase): @Nullable EntityValue?
@Nullable @Nullable open fun getNullableEnum(@NonNull @NotNull source: @NotNull StructureBase): @Nullable EnumValue?
@Nullable @Nullable open fun getNullableFloat(@NonNull @NotNull source: @NotNull StructureBase): @Nullable Float?
@Nullable @Nullable open fun getNullableGuid(@NonNull @NotNull source: @NotNull StructureBase): @Nullable GuidValue?
@Nullable @Nullable open fun getNullableInt(@NonNull @NotNull source: @NotNull StructureBase): @Nullable Int?
@Nullable @Nullable open fun getNullableInteger(@NonNull @NotNull source: @NotNull StructureBase): @Nullable BigInteger?
@Nullable @Nullable open fun getNullableLong(@NonNull @NotNull source: @NotNull StructureBase): @Nullable Long?
@Nullable @Nullable open fun getNullableShort(@NonNull @NotNull source: @NotNull StructureBase): @Nullable Short?
@Nullable @Nullable open fun getNullableString(@NonNull @NotNull source: @NotNull StructureBase): @Nullable String?
@Nullable @Nullable open fun getNullableUnsignedByte(@NonNull @NotNull source: @NotNull StructureBase): @Nullable Int?
open fun getOnDeleteAction(): Int
@Nullable @Nullable open fun getOptionalValue(@NonNull @NotNull source: @NotNull StructureBase): @Nullable DataValue?
@NonNull @NotNull open fun getOwningType(): @NotNull String
@Nullable @Nullable open fun getPartnerPath(): @Nullable String?
open fun getPrecision(): Int
@NonNull @NotNull open fun getQualifiedName(): @NotNull String
@NonNull @NotNull open fun getReferentialConstraints(): @NotNull StringMap
@Nullable @Nullable open fun getRequiredValue(@NonNull @NotNull source: @NotNull StructureBase): @Nullable DataValue?
open fun getScale(): Int
open fun getShort(@NonNull @NotNull source: @NotNull StructureBase): Short
open fun getSourceLine(): Int
open fun getSrid(): Int
@NonNull @NotNull open fun getStreamLink(@NonNull @NotNull source: @NotNull StructureBase): @NotNull StreamLink
@NonNull @NotNull open fun getString(@NonNull @NotNull source: @NotNull StructureBase): @NotNull String
@NonNull @NotNull open fun getStructureType(): @NotNull StructureType
open fun getSystemFlags(): Int
@NonNull @NotNull open fun getType(): @NotNull DataType
open fun getUnsignedByte(@NonNull @NotNull source: @NotNull StructureBase): Int
@Nullable @Nullable open fun getValue(@NonNull @NotNull source: @NotNull StructureBase): @Nullable DataValue?
static val HAS_FOREIGN_KEYS_IN_SOURCE: Int
static val HAS_FOREIGN_KEYS_IN_TARGET: Int
static val HAS_NO_FOREIGN_KEYS: Int
open fun hasForeignKeys(): Int
open fun isCollection(): Boolean
open fun isExtension(): Boolean
open fun isForeignKey(): Boolean
open fun isImmutable(): Boolean
open fun isKey(): Boolean
open fun isNavigation(): Boolean
open fun isNullable(): Boolean
open fun isOptimistic(): Boolean
open fun isPersistent(): Boolean
open fun isRemoved(): Boolean
open fun isStream(): Boolean
open fun isStructural(): Boolean
open fun isUnicode(): Boolean
static val ON_DELETE_CASCADE: Int
static val ON_DELETE_RESTRICT: Int
static val ON_DELETE_SET_DEFAULT: Int
static val ON_DELETE_SET_NULL: Int
@NonNull @NotNull open fun path(@NonNull @NotNull child: @NotNull Property): @NotNull DataPath
open fun setBasicList(@NonNull @NotNull target: @NotNull StructureBase, @NonNull @NotNull value: @NotNull DataValueList): Unit
open fun setBinary(@NonNull @NotNull target: @NotNull StructureBase, @NonNull @NotNull value: ByteArray): Unit
open fun setBoolean(@NonNull @NotNull target: @NotNull StructureBase, value: Boolean): Unit
open fun setByte(@NonNull @NotNull target: @NotNull StructureBase, value: Byte): Unit
open fun setCanBeRemoved(value: Boolean): Unit
open fun setColumn(@Nullable @Nullable value: @Nullable String?): Unit
open fun setColumnType(@Nullable @Nullable value: @Nullable String?): Unit
open fun setComplex(@NonNull @NotNull target: @NotNull StructureBase, @NonNull @NotNull value: @NotNull ComplexValue): Unit
open fun setComplexList(@NonNull @NotNull target: @NotNull StructureBase, @NonNull @NotNull value: @NotNull ComplexValueList): Unit
open fun setContainsTarget(value: Boolean): Unit
open fun setCustomPath(@Nullable @Nullable value: @Nullable CustomPath?): Unit
open fun setDecimal(@NonNull @NotNull target: @NotNull StructureBase, @NonNull @NotNull value: @NotNull BigDecimal): Unit
open fun setDefaultValue(@Nullable @Nullable value: @Nullable DataValue?): Unit
open fun setDouble(@NonNull @NotNull target: @NotNull StructureBase, value: Double): Unit
open fun setEntity(@NonNull @NotNull target: @NotNull StructureBase, @NonNull @NotNull value: @NotNull EntityValue): Unit
open fun setEntityList(@NonNull @NotNull target: @NotNull StructureBase, @NonNull @NotNull value: @NotNull EntityValueList): Unit
open fun setEnum(@NonNull @NotNull target: @NotNull StructureBase, @NonNull @NotNull value: @NotNull EnumValue): Unit
open fun setExtension(value: Boolean): Unit
open fun setFloat(@NonNull @NotNull target: @NotNull StructureBase, value: Float): Unit
open fun setForeignKey(value: Boolean): Unit
open fun setForeignKeys(value: Int): Unit
open fun setGuid(@NonNull @NotNull target: @NotNull StructureBase, @NonNull @NotNull value: @NotNull GuidValue): Unit
open fun setId(value: Int): Unit
open fun setImmutable(value: Boolean): Unit
open fun setInt(@NonNull @NotNull target: @NotNull StructureBase, value: Int): Unit
open fun setInteger(@NonNull @NotNull target: @NotNull StructureBase, @NonNull @NotNull value: @NotNull BigInteger): Unit
open fun setKey(value: Boolean): Unit
open fun setLong(@NonNull @NotNull target: @NotNull StructureBase, value: Long): Unit
open fun setMaxLength(value: Int): Unit
open fun setMinLength(value: Int): Unit
open fun setName(@NonNull @NotNull value: @NotNull String): Unit
open fun setNullable(value: Boolean): Unit
open fun setNullableBinary(@NonNull @NotNull target: @NotNull StructureBase, @Nullable @Nullable value: ByteArray?): Unit
open fun setNullableBoolean(@NonNull @NotNull target: @NotNull StructureBase, @Nullable @Nullable value: @Nullable Boolean?): Unit
open fun setNullableByte(@NonNull @NotNull target: @NotNull StructureBase, @Nullable @Nullable value: @Nullable Byte?): Unit
open fun setNullableComplex(@NonNull @NotNull target: @NotNull StructureBase, @Nullable @Nullable value: @Nullable ComplexValue?): Unit
open fun setNullableDecimal(@NonNull @NotNull target: @NotNull StructureBase, @Nullable @Nullable value: @Nullable BigDecimal?): Unit
open fun setNullableDouble(@NonNull @NotNull target: @NotNull StructureBase, @Nullable @Nullable value: @Nullable Double?): Unit
open fun setNullableEntity(@NonNull @NotNull target: @NotNull StructureBase, @Nullable @Nullable value: @Nullable EntityValue?): Unit
open fun setNullableEnum(@NonNull @NotNull target: @NotNull StructureBase, @Nullable @Nullable value: @Nullable EnumValue?): Unit
open fun setNullableFloat(@NonNull @NotNull target: @NotNull StructureBase, @Nullable @Nullable value: @Nullable Float?): Unit
open fun setNullableGuid(@NonNull @NotNull target: @NotNull StructureBase, @Nullable @Nullable value: @Nullable GuidValue?): Unit
open fun setNullableInt(@NonNull @NotNull target: @NotNull StructureBase, @Nullable @Nullable value: @Nullable Int?): Unit
open fun setNullableInteger(@NonNull @NotNull target: @NotNull StructureBase, @Nullable @Nullable value: @Nullable BigInteger?): Unit
open fun setNullableLong(@NonNull @NotNull target: @NotNull StructureBase, @Nullable @Nullable value: @Nullable Long?): Unit
open fun setNullableShort(@NonNull @NotNull target: @NotNull StructureBase, @Nullable @Nullable value: @Nullable Short?): Unit
open fun setNullableString(@NonNull @NotNull target: @NotNull StructureBase, @Nullable @Nullable value: @Nullable String?): Unit
open fun setNullableUnsignedByte(@NonNull @NotNull target: @NotNull StructureBase, @Nullable @Nullable value: @Nullable Int?): Unit
open fun setOnDeleteAction(value: Int): Unit
open fun setOptimistic(value: Boolean): Unit
open fun setOwningType(@NonNull @NotNull value: @NotNull String): Unit
open fun setPartnerPath(@Nullable @Nullable value: @Nullable String?): Unit
open fun setPrecision(value: Int): Unit
open fun setReferentialConstraints(@NonNull @NotNull value: @NotNull StringMap): Unit
open fun setRemoved(value: Boolean): Unit
open fun setScale(value: Int): Unit
open fun setShort(@NonNull @NotNull target: @NotNull StructureBase, value: Short): Unit
open fun setSourceLine(value: Int): Unit
open fun setSrid(value: Int): Unit
open fun setString(@NonNull @NotNull target: @NotNull StructureBase, @NonNull @NotNull value: @NotNull String): Unit
open fun setSystemFlags(value: Int): Unit
open fun setType(@NonNull @NotNull value: @NotNull DataType): Unit
open fun setUnicode(value: Boolean): Unit
open fun setUnsignedByte(@NonNull @NotNull target: @NotNull StructureBase, value: Int): Unit
open fun setValue(@NonNull @NotNull target: @NotNull StructureBase, @Nullable @Nullable value: @Nullable DataValue?): Unit
@NonNull @NotNull open fun toPath(): @NotNull DataPath
@NonNull @NotNull open fun toString(): @NotNull String
@NonNull @NotNull open fun unwrap(): @NotNull DataValue
@NonNull @NotNull open fun urlString(): @NotNull String
open class PropertyList : ListBase, MutableIterable<Property!>
open class PropertyMap : MapBase
abstract class PropertyPath : QueryValue
open class PropertyPathList : ListBase, MutableIterable<PropertyPath!>
abstract class ProviderInternal
abstract class ProxyInternal
open class QueryAlias : DataValue
open class QueryFilter : DataValue
abstract class QueryFormatter
Module Contents
QueryFormatter()
@NonNull @NotNull open static fun format(@NonNull @NotNull query: @NotNull DataQuery, @NonNull @NotNull context: @NotNull DataContext): @NotNull String
@NonNull @NotNull open static fun formatCanonicalURL(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull context: @NotNull DataContext): @NotNull String
@NonNull @NotNull open static fun formatCanonicalURL(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull context: @NotNull DataContext, absolute: Boolean): @NotNull String
@NonNull @NotNull open static fun formatDataValue(@Nullable @Nullable value: @Nullable DataValue?, @NonNull @NotNull context: @NotNull DataContext): @NotNull String
@NonNull @NotNull open static fun formatEditLink(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull context: @NotNull DataContext): @NotNull String
@NonNull @NotNull open static fun formatEntityID(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull context: @NotNull DataContext): @NotNull String
@NonNull @NotNull open static fun formatEntityKey(@NonNull @NotNull entityKey: @NotNull EntityKey, @NonNull @NotNull entityType: @NotNull EntityType, @NonNull @NotNull context: @NotNull DataContext): @NotNull String
@NonNull @NotNull open static fun formatReadLink(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull context: @NotNull DataContext): @NotNull String
open class QueryFunction
Module Contents
QueryFunction()
@NonNull @NotNull open static fun asType(@NonNull @NotNull type: @NotNull DataType): @NotNull QueryValue
@NonNull @NotNull open static fun asType(@NonNull @NotNull type: @NotNull DataType, @Nullable @Nullable value: @Nullable DataValue?): @NotNull QueryValue
@NonNull @NotNull open static fun ceiling(@NonNull @NotNull value: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open static fun concat(@NonNull @NotNull left: @NotNull DataValue, @NonNull @NotNull right: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open static fun contains(@NonNull @NotNull value: @NotNull DataValue, @NonNull @NotNull searchValue: @NotNull DataValue): @NotNull QueryFilter
@NonNull @NotNull open static fun custom(@NonNull @NotNull name: @NotNull String, @NonNull @NotNull arguments: @NotNull DataValueList): @NotNull QueryValue
@NonNull @NotNull open static fun date(@NonNull @NotNull value: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open static fun day(@NonNull @NotNull value: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open static fun endsWith(@NonNull @NotNull value: @NotNull DataValue, @NonNull @NotNull suffix: @NotNull DataValue): @NotNull QueryFilter
@NonNull @NotNull open static fun floor(@NonNull @NotNull value: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open static fun forCode(code: Int): @NotNull QueryFunction
@NonNull @NotNull open static fun forName(@NonNull @NotNull name: @NotNull String): @NotNull QueryFunction
@NonNull @NotNull open static fun fractionalSeconds(@NonNull @NotNull value: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull static val functionMap: @NotNull QueryFunctionMap
@NonNull @NotNull open static fun geoDistance(@NonNull @NotNull from: @NotNull DataValue, @NonNull @NotNull to: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open static fun geoIntersects(@NonNull @NotNull point: @NotNull DataValue, @NonNull @NotNull polygon: @NotNull DataValue): @NotNull QueryFilter
@NonNull @NotNull open static fun geoLength(@NonNull @NotNull value: @NotNull DataValue): @NotNull QueryValue
open fun getCode(): Int
open fun getMaxArity(): Int
open fun getMinArity(): Int
@NonNull @NotNull open fun getName(): @NotNull String
@NonNull @NotNull open static fun hour(@NonNull @NotNull value: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open static fun indexOf(@NonNull @NotNull value: @NotNull DataValue, @NonNull @NotNull searchValue: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open static fun isType(@NonNull @NotNull type: @NotNull DataType): @NotNull QueryFilter
@NonNull @NotNull open static fun isType(@NonNull @NotNull type: @NotNull DataType, @Nullable @Nullable value: @Nullable DataValue?): @NotNull QueryFilter
@NonNull @NotNull open static fun maxDateTime(): @NotNull QueryValue
@NonNull @NotNull open static fun minDateTime(): @NotNull QueryValue
@NonNull @NotNull open static fun minute(@NonNull @NotNull value: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open static fun month(@NonNull @NotNull value: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open static fun now(): @NotNull QueryValue
@NonNull @NotNull open static fun round(@NonNull @NotNull value: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open static fun second(@NonNull @NotNull value: @NotNull DataValue): @NotNull QueryValue
open fun setCode(value: Int): Unit
open fun setMaxArity(value: Int): Unit
open fun setMinArity(value: Int): Unit
open fun setName(@NonNull @NotNull value: @NotNull String): Unit
@NonNull @NotNull open static fun startsWith(@NonNull @NotNull value: @NotNull DataValue, @NonNull @NotNull prefix: @NotNull DataValue): @NotNull QueryFilter
@NonNull @NotNull open static fun stringLength(@NonNull @NotNull value: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open static fun substring(@NonNull @NotNull value: @NotNull DataValue, @NonNull @NotNull start: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open static fun substring(@NonNull @NotNull value: @NotNull DataValue, @NonNull @NotNull start: @NotNull DataValue, @Nullable @Nullable length: @Nullable DataValue?): @NotNull QueryValue
@NonNull @NotNull open static fun time(@NonNull @NotNull value: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open static fun toLower(@NonNull @NotNull value: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open fun toString(): @NotNull String
@NonNull @NotNull open static fun totalOffsetMinutes(@NonNull @NotNull value: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open static fun toUpper(@NonNull @NotNull value: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open static fun trim(@NonNull @NotNull value: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open static fun year(@NonNull @NotNull value: @NotNull DataValue): @NotNull QueryValue
open class QueryFunctionCall : DataValue
abstract class QueryFunctionCode
open class QueryFunctionList : ListBase, MutableIterable<QueryFunction!>
open class QueryFunctionMap : MapBase
abstract class QueryInternal
Module Contents
QueryInternal()
@Nullable @Nullable open static fun applyFunction(@NonNull @NotNull call: @NotNull QueryFunctionCall, @Nullable @Nullable context: @Nullable StructureBase?): @Nullable DataValue?
@Nullable @Nullable open static fun applyOperator(@NonNull @NotNull call: @NotNull QueryOperatorCall, @Nullable @Nullable context: @Nullable StructureBase?): @Nullable DataValue?
open static fun clearFlagRecursively(@NonNull @NotNull query: @NotNull DataQuery, flag: Int): Unit
@Nullable @Nullable open static fun evaluate(@Nullable @Nullable value: @Nullable DataValue?, @Nullable @Nullable context: @Nullable StructureBase?): @Nullable DataValue?
@Nullable @Nullable open static fun evaluatePath(@NonNull @NotNull path: @NotNull DataPath, @Nullable @Nullable context: @Nullable StructureBase?): @Nullable DataValue?
@Nullable @Nullable open static fun evaluateString(@Nullable @Nullable value: @Nullable DataValue?, @Nullable @Nullable context: @Nullable StructureBase?): @Nullable StringValue?
open static fun getReferenced(@NonNull @NotNull properties: @NotNull StringSet, @Nullable @Nullable functions: @Nullable StringSet?, @Nullable @Nullable operators: @Nullable StringSet?, @Nullable @Nullable value: @Nullable DataValue?): Unit
open static fun immutableFilter(@NonNull @NotNull entityType: @NotNull EntityType, @Nullable @Nullable queryFilter: @Nullable QueryFilter?): Boolean
open static fun matchFilter(@Nullable @Nullable filter: @Nullable QueryFilter?, @NonNull @NotNull context: @NotNull StructureBase): Boolean
open static fun setFlagRecursively(@NonNull @NotNull query: @NotNull DataQuery, flag: Int): Unit
@Nullable @Nullable open static fun sparseIndexMap(@NonNull @NotNull query: @NotNull DataQuery): @Nullable SparseIndexMap?
open class QueryOperator
Module Contents
QueryOperator()
@NonNull @NotNull open static fun add(@NonNull @NotNull left: @NotNull DataValue, @NonNull @NotNull right: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open static fun all(@NonNull @NotNull value: @NotNull DataValue, @NonNull @NotNull lambda: @NotNull DataPath, @NonNull @NotNull match: @NotNull QueryFilter): @NotNull QueryFilter
@NonNull @NotNull open static fun and(@NonNull @NotNull left: @NotNull DataValue, @NonNull @NotNull right: @NotNull DataValue): @NotNull QueryFilter
@NonNull @NotNull open static fun any(@NonNull @NotNull value: @NotNull DataValue, @NonNull @NotNull lambda: @NotNull DataPath, @NonNull @NotNull match: @NotNull QueryFilter): @NotNull QueryFilter
@NonNull @NotNull open static fun divide(@NonNull @NotNull left: @NotNull DataValue, @NonNull @NotNull right: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open static fun equal(@Nullable @Nullable left: @Nullable DataValue?, @Nullable @Nullable right: @Nullable DataValue?): @NotNull QueryFilter
@NonNull @NotNull open static fun forCode(code: Int): @NotNull QueryOperator
@NonNull @NotNull open static fun forName(@NonNull @NotNull name: @NotNull String): @NotNull QueryOperator
open fun getArity(): Int
open fun getCode(): Int
@NonNull @NotNull open fun getName(): @NotNull String
open fun getPriority(): Int
@NonNull @NotNull open static fun greaterEqual(@NonNull @NotNull left: @NotNull DataValue, @NonNull @NotNull right: @NotNull DataValue): @NotNull QueryFilter
@NonNull @NotNull open static fun greaterThan(@NonNull @NotNull left: @NotNull DataValue, @NonNull @NotNull right: @NotNull DataValue): @NotNull QueryFilter
@NonNull @NotNull open static fun has(@NonNull @NotNull value: @NotNull DataValue, @NonNull @NotNull flags: @NotNull EnumValue): @NotNull QueryFilter
@NonNull @NotNull open static fun lessEqual(@NonNull @NotNull left: @NotNull DataValue, @NonNull @NotNull right: @NotNull DataValue): @NotNull QueryFilter
@NonNull @NotNull open static fun lessThan(@NonNull @NotNull left: @NotNull DataValue, @NonNull @NotNull right: @NotNull DataValue): @NotNull QueryFilter
@NonNull @NotNull open static fun modulo(@NonNull @NotNull left: @NotNull DataValue, @NonNull @NotNull right: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open static fun multiply(@NonNull @NotNull left: @NotNull DataValue, @NonNull @NotNull right: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open static fun negate(@NonNull @NotNull value: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open static fun not(@NonNull @NotNull value: @NotNull DataValue): @NotNull QueryFilter
@NonNull @NotNull open static fun notEqual(@Nullable @Nullable left: @Nullable DataValue?, @Nullable @Nullable right: @Nullable DataValue?): @NotNull QueryFilter
@NonNull @NotNull static val operatorMap: @NotNull QueryOperatorMap
@NonNull @NotNull open static fun or(@NonNull @NotNull left: @NotNull DataValue, @NonNull @NotNull right: @NotNull DataValue): @NotNull QueryFilter
@NonNull @NotNull open static fun subtract(@NonNull @NotNull left: @NotNull DataValue, @NonNull @NotNull right: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open fun toString(): @NotNull String
open class QueryOperatorCall : DataValue
abstract class QueryOperatorCode
open class QueryOperatorList : ListBase, MutableIterable<QueryOperator!>
open class QueryOperatorMap : MapBase
open class QueryParser
open class QueryResult
open class QueryResultException : DataException
open class QueryType : DataValue
open class QueryValue : DataValue
open class ReadWriteMutex
open class ReentrantMutex
open class RegularExpression
open class RequestBatch
Module Contents
RequestBatch()
open fun addChanges(@NonNull @NotNull changes: @NotNull ChangeSet): Unit
open fun addChanges(@NonNull @NotNull : @NotNull ChangeSet, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun addChanges(@NonNull @NotNull : @NotNull ChangeSet, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun addQuery(@NonNull @NotNull query: @NotNull DataQuery): Unit
open fun addQuery(@NonNull @NotNull : @NotNull DataQuery, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun addQuery(@NonNull @NotNull : @NotNull DataQuery, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun addQueryResult(@NonNull @NotNull query: @NotNull DataQuery, @NonNull @NotNull result: @NotNull QueryResult): Unit
@NonNull @NotNull open fun getChangeSet(index: Int): @NotNull ChangeSet
open fun getContinueOnError(): Boolean
@NonNull @NotNull open fun getDataQuery(index: Int): @NotNull DataQuery
@Nullable @Nullable open fun getError(): @Nullable DataServiceException?
@NonNull @NotNull open fun getFunction(index: Int): @NotNull DataQuery
@NonNull @NotNull open fun getHeaders(: Int): @NotNull HttpHeaders
@NonNull @NotNull open fun getOptions(index: Int): @NotNull RequestOptions
@NonNull @NotNull open fun getQueryResult(@NonNull @NotNull query: @NotNull DataQuery): @NotNull QueryResult
open fun getStatus(): Int
@NonNull @NotNull open fun invokeFunction(@NonNull @NotNull method: @NotNull DataMethod): @NotNull DataQuery
@NonNull @NotNull open fun invokeFunction(@NonNull @NotNull method: @NotNull DataMethod, @NonNull @NotNull parameters: @NotNull ParameterList): @NotNull DataQuery
@NonNull @NotNull open fun invokeFunction(@NonNull @NotNull : @NotNull DataMethod, @NonNull @NotNull : @NotNull ParameterList, @NonNull @NotNull : @NotNull HttpHeaders): @NotNull DataQuery
@NonNull @NotNull open fun invokeFunction(@NonNull @NotNull : @NotNull DataMethod, @NonNull @NotNull : @NotNull ParameterList, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @NotNull DataQuery
open fun isChangeSet(index: Int): Boolean
open fun isDataQuery(index: Int): Boolean
open fun isFunction(index: Int): Boolean
open fun setContinueOnError(value: Boolean): Unit
open fun setError(@Nullable @Nullable value: @Nullable DataServiceException?): Unit
open fun setStatus(value: Int): Unit
open fun size(): Int
open class RequestCancelledException : DataException
open class RequestOptions
abstract class RunAction
abstract class RunFunction
open class RuntimeIOException : RuntimeException
abstract class SchemaFormat
open class SelectItem
open class SelectItemList : ListBase, MutableIterable<SelectItem!>
open class ServiceOptions
abstract class SetBase
abstract class ShortConstant
abstract class ShortDefault
abstract class ShortFunction
open class ShortList : ListBase, MutableIterable<Short!>
abstract class ShortMath
abstract class ShortOperator
Module Contents
ShortOperator()
open static fun add(left: Short, right: Short): Short
open static fun compare(left: Short, right: Short): Int
open static fun divide(left: Short, right: Short): Short
open static fun equal(left: Short, right: Short): Boolean
open static fun greaterEqual(left: Short, right: Short): Boolean
open static fun greaterThan(left: Short, right: Short): Boolean
open static fun lessEqual(left: Short, right: Short): Boolean
open static fun lessThan(left: Short, right: Short): Boolean
open static fun multiply(left: Short, right: Short): Short
open static fun negate(value: Short): Short
open static fun notEqual(left: Short, right: Short): Boolean
open static fun remainder(left: Short, right: Short): Short
open static fun subtract(left: Short, right: Short): Short
open class ShortValue : DataValue
open class SimpleType : DataType
open class SimpleTypeList : ListBase, MutableIterable<SimpleType!>
open class SimpleTypeMap : MapBase
abstract class Single
open class SortItem
open class SortItemList : ListBase, MutableIterable<SortItem!>
class SortOrder
open class SparseIndexMap : IntArray
abstract class StreamBase : DataValue
open class StreamLink : DataValue
open class StreamProperty : Property
abstract class StringCache
open class StringComparer : Comparer
abstract class StringConstant
abstract class StringDefault
abstract class StringEquality
abstract class StringFunction
Module Contents
StringFunction()
@NonNull @NotNull open static fun afterFirst(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull text: @NotNull String): @NotNull String
@NonNull @NotNull open static fun afterLast(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull text: @NotNull String): @NotNull String
@NonNull @NotNull open static fun beforeFirst(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull text: @NotNull String): @NotNull String
@NonNull @NotNull open static fun beforeLast(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull text: @NotNull String): @NotNull String
open static fun compareTo(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull other: @NotNull String): Int
open static fun endsWith(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull suffix: @NotNull String): Boolean
open static fun endsWith(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull suffix: @NotNull String, end: Int): Boolean
open static fun equalsIgnoreCase(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull other: @NotNull String): Boolean
open static fun hashCode(@NonNull @NotNull value: @NotNull String): Int
@NonNull @NotNull open static fun htmlEscape(@NonNull @NotNull value: @NotNull String): @NotNull String
open static fun includes(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull text: @NotNull String): Boolean
open static fun includes(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull text: @NotNull String, start: Int): Boolean
open static fun includesAny(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull chars: @NotNull String): Boolean
open static fun includesChar(@NonNull @NotNull value: @NotNull String, text: Char): Boolean
open static fun includesChar(@NonNull @NotNull value: @NotNull String, text: Char, start: Int): Boolean
open static fun indexOf(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull find: @NotNull String): Int
open static fun indexOf(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull find: @NotNull String, start: Int): Int
open static fun indexOfAny(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull chars: @NotNull String): Int
open static fun indexOfAny(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull chars: @NotNull String, start: Int): Int
open static fun indexOfChar(@NonNull @NotNull value: @NotNull String, find: Char): Int
open static fun indexOfChar(@NonNull @NotNull value: @NotNull String, find: Char, start: Int): Int
@NonNull @NotNull open static fun insert(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull insert: @NotNull String, index: Int): @NotNull String
open static fun isEmpty(@NonNull @NotNull value: @NotNull String): Boolean
@NonNull @NotNull open static fun join(@Nullable @Nullable vararg strings: @Nullable String?): @NotNull String
open static fun lastIndexOf(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull find: @NotNull String): Int
open static fun lastIndexOf(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull find: @NotNull String, start: Int): Int
open static fun lastIndexOfAny(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull chars: @NotNull String): Int
open static fun lastIndexOfAny(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull chars: @NotNull String, start: Int): Int
open static fun lastIndexOfChar(@NonNull @NotNull value: @NotNull String, find: Char): Int
open static fun lastIndexOfChar(@NonNull @NotNull value: @NotNull String, find: Char, start: Int): Int
@NonNull @NotNull open static fun lowerFirst(@NonNull @NotNull value: @NotNull String): @NotNull String
@NonNull @NotNull open static fun padLeft(@NonNull @NotNull value: @NotNull String, maxLength: Int): @NotNull String
@NonNull @NotNull open static fun padLeft(@NonNull @NotNull value: @NotNull String, maxLength: Int, @NonNull @NotNull fillStr: @NotNull String): @NotNull String
@NonNull @NotNull open static fun padRight(@NonNull @NotNull value: @NotNull String, maxLength: Int): @NotNull String
@NonNull @NotNull open static fun padRight(@NonNull @NotNull value: @NotNull String, maxLength: Int, @NonNull @NotNull fillStr: @NotNull String): @NotNull String
@NonNull @NotNull open static fun percentDecode(@NonNull @NotNull value: @NotNull String): @NotNull String
@NonNull @NotNull open static fun percentEncode(@NonNull @NotNull value: @NotNull String): @NotNull String
@NonNull @NotNull open static fun percentNormal(@NonNull @NotNull value: @NotNull String): @NotNull String
@NonNull @NotNull open static fun prettyName(@NonNull @NotNull value: @NotNull String, upperFirst: Boolean): @NotNull String
@NonNull @NotNull open static fun removePrefix(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull prefix: @NotNull String): @NotNull String
@NonNull @NotNull open static fun removeSuffix(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull suffix: @NotNull String): @NotNull String
@NonNull @NotNull open static fun repeat(@NonNull @NotNull value: @NotNull String, count: Int): @NotNull String
@NonNull @NotNull open static fun replaceAll(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull text: @NotNull String, @NonNull @NotNull newText: @NotNull String): @NotNull String
@NonNull @NotNull open static fun replaceFirst(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull text: @NotNull String, @NonNull @NotNull newText: @NotNull String): @NotNull String
@NonNull @NotNull open static fun replaceLast(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull text: @NotNull String, @NonNull @NotNull newText: @NotNull String): @NotNull String
@NonNull @NotNull open static fun slice(@NonNull @NotNull value: @NotNull String, start: Int): @NotNull String
@NonNull @NotNull open static fun slice(@NonNull @NotNull value: @NotNull String, start: Int, end: Int): @NotNull String
open static fun startsWith(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull prefix: @NotNull String): Boolean
open static fun startsWith(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull prefix: @NotNull String, start: Int): Boolean
@NonNull @NotNull open static fun substr(@NonNull @NotNull value: @NotNull String, start: Int): @NotNull String
@NonNull @NotNull open static fun substr(@NonNull @NotNull value: @NotNull String, start: Int, length: Int): @NotNull String
@NonNull @NotNull open static fun substring(@NonNull @NotNull value: @NotNull String, start: Int): @NotNull String
@NonNull @NotNull open static fun substring(@NonNull @NotNull value: @NotNull String, start: Int, end: Int): @NotNull String
@Nullable @Nullable open static fun toAny(@NonNull @NotNull value: @NotNull String): @Nullable Any?
@NonNull @NotNull open static fun toBinary(@NonNull @NotNull value: @NotNull String): ByteArray
open static fun toChar(@NonNull @NotNull value: @NotNull String): Char
@NonNull @NotNull open static fun toJSON(@NonNull @NotNull value: @NotNull String): @NotNull String
@NonNull @NotNull open static fun toLowerCase(@NonNull @NotNull value: @NotNull String): @NotNull String
@NonNull @NotNull open static fun toString(@NonNull @NotNull value: @NotNull String): @NotNull String
@NonNull @NotNull open static fun toUpperCase(@NonNull @NotNull value: @NotNull String): @NotNull String
@NonNull @NotNull open static fun trim(@NonNull @NotNull value: @NotNull String): @NotNull String
@NonNull @NotNull open static fun trimLeft(@NonNull @NotNull value: @NotNull String): @NotNull String
@NonNull @NotNull open static fun trimRight(@NonNull @NotNull value: @NotNull String): @NotNull String
@NonNull @NotNull open static fun upperFirst(@NonNull @NotNull value: @NotNull String): @NotNull String
@NonNull @NotNull open static fun withPrefix(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull prefix: @NotNull String): @NotNull String
@NonNull @NotNull open static fun withSuffix(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull suffix: @NotNull String): @NotNull String
@NonNull @NotNull open static fun xmlEscape(@NonNull @NotNull value: @NotNull String): @NotNull String
open class StringList : ListBase, MutableIterable<String!>
open class StringMap : MapBase
abstract class StringOperator
open class StringSet : SetBase
open class StringValue : DataValue
open class StructuralProperty : Property
abstract class StructureBase : DataValue
Module Contents
StructureBase()
@NonNull @NotNull open fun getAnnotations(): @NotNull AnnotationMap
@Nullable @Nullable open fun getDataValue(@NonNull @NotNull path: @NotNull PropertyPath): @Nullable DataValue?
@Nullable @Nullable open fun getDynamic(@NonNull @NotNull name: @NotNull String): @Nullable DataValue?
@NonNull @NotNull open fun getDynamicProperties(): @NotNull DataValueMap
@Nullable @Nullable open fun getNextLink(@NonNull @NotNull path: @NotNull PropertyPath): @Nullable String?
@Nullable @Nullable open fun getOptionalValue(@NonNull @NotNull path: @NotNull PropertyPath): @Nullable DataValue?
@NonNull @NotNull open fun getRequiredValue(@NonNull @NotNull path: @NotNull PropertyPath): @NotNull DataValue
@NonNull @NotNull open fun getStreamLink(@NonNull @NotNull property: @NotNull Property): @NotNull StreamLink
@NonNull @NotNull open fun getStructureType(): @NotNull StructureType
@Nullable @Nullable open fun getValuePath(): @Nullable String?
open fun hasDataType(@NonNull @NotNull type: @NotNull DataType): Boolean
open fun hasDataValue(@NonNull @NotNull property: @NotNull Property): Boolean
open fun hasDynamicProperties(): Boolean
open fun hasNextLink(@NonNull @NotNull property: @NotNull Property): Boolean
open fun isProxy(): Boolean
open fun setAnnotations(@NonNull @NotNull value: @NotNull AnnotationMap): Unit
open fun setDataValue(@NonNull @NotNull property: @NotNull Property, @Nullable @Nullable value: @Nullable DataValue?): Unit
fun setDefaultValues(): Unit
fun setDefaultValues(nestedComplex: Boolean): Unit
fun setDefaultValues(nestedComplex: Boolean, nestedEntity: Boolean): Unit
fun setDefaultValues(nestedComplex: Boolean, nestedEntity: Boolean, defaultOptional: Boolean): Unit
fun setDefaultValues(nestedComplex: Boolean, nestedEntity: Boolean, defaultOptional: Boolean, defaultRequired: Boolean): Unit
fun setDefaultValues(nestedComplex: Boolean, nestedEntity: Boolean, defaultOptional: Boolean, defaultRequired: Boolean, skipConstraints: Boolean): Unit
open fun setDynamic(@NonNull @NotNull name: @NotNull String, @Nullable @Nullable value: @Nullable DataValue?): Unit
open fun setDynamicProperties(@NonNull @NotNull value: @NotNull DataValueMap): Unit
open fun setOptionalValue(@NonNull @NotNull property: @NotNull Property, @Nullable @Nullable value: @Nullable DataValue?): Unit
open fun setRequiredValue(@NonNull @NotNull property: @NotNull Property, @NonNull @NotNull value: @NotNull DataValue): Unit
open fun setUnsafeValue(@NonNull @NotNull property: @NotNull Property, @Nullable @Nullable value: @Nullable DataValue?): Unit
open fun setValuePath(@Nullable @Nullable value: @Nullable String?): Unit
open fun unsetDataValue(@NonNull @NotNull property: @NotNull Property): Unit
abstract class StructureType : DataType
open class StructureTypeList : ListBase, MutableIterable<StructureType!>
open class StructureTypeMap : MapBase
abstract class SystemClock
abstract class SystemConsole
abstract class SystemEnvironment
abstract class SystemKey
open class TextFileReader : CharStream
open class TextFileWriter : CharStream
open class ThreadLocal
abstract class ThreadSleep
open class ThreadStart
abstract class ToJSON
open class TopTransform : AmountTransform
open class TransformValue : QueryValue
open class TransformValueList : ListBase, MutableIterable<TransformValue!>
open class TypeFacets
open class UndefinedException : FatalException
open class UnexpectedException : FatalException
abstract class UnicodeClass
abstract class UnicodeIdentifier
open class UnsignedByte : DataValue
open class UnsignedByteList : ListBase, MutableIterable<Int!>
open class UnsignedShort : DataValue
open class UnsignedShortList : ListBase, MutableIterable<Int!>
open class UntypedList
Module Contents
UntypedList(capacity: Int)
UntypedList(capacity: Int, @Nullable @Nullable repeatValue: @Nullable Any?)
UntypedList(capacity: Int, @Nullable @Nullable repeatValue: @Nullable Any?, repeatCount: Int)
open fun add(@Nullable @Nullable item: @Nullable Any?): Unit
open fun addAll(@NonNull @NotNull list: @NotNull UntypedList): Unit
open fun addRange(@NonNull @NotNull list: @NotNull UntypedList, start: Int, end: Int): Unit
open fun clear(): Unit
fun endRange(end: Int): Int
@Nullable @Nullable fun first(): @Nullable Any?
@Nullable @Nullable fun get(index: Int): @Nullable Any?
@NonNull @NotNull open static fun getEmpty(): @NotNull UntypedList
fun indexOf(@Nullable @Nullable item: @Nullable Any?): Int
fun indexOf(@Nullable @Nullable item: @Nullable Any?, start: Int): Int
open fun insertAll(index: Int, @NonNull @NotNull list: @NotNull UntypedList): Unit
open fun insertAt(index: Int, @Nullable @Nullable item: @Nullable Any?): Unit
open fun isEmpty(): Boolean
open fun isMutable(): Boolean
@Nullable @Nullable fun last(): @Nullable Any?
fun lastIndexOf(@Nullable @Nullable item: @Nullable Any?): Int
fun lastIndexOf(@Nullable @Nullable item: @Nullable Any?, start: Int): Int
open fun length(): Int
@Nullable @Nullable open fun pop(): @Nullable Any?
open fun push(@Nullable @Nullable item: @Nullable Any?): Int
open fun removeAt(index: Int): Unit
open fun removeFirst(): Unit
open fun removeLast(): Unit
open fun removeRange(start: Int, end: Int): Unit
open fun reserve(capacity: Int): Unit
open fun reverse(): Unit
open fun set(index: Int, @Nullable @Nullable item: @Nullable Any?): Unit
@Nullable @Nullable open fun shift(): @Nullable Any?
@Nullable @Nullable fun single(): @Nullable Any?
@NonNull @NotNull fun slice(start: Int, end: Int): @NotNull UntypedList
open fun sort(): Unit
open fun sortWith(@NonNull @NotNull comparer: @NotNull Comparer): Unit
fun startRange(start: Int): Int
@NonNull @NotNull open fun toString(): @NotNull String
open fun use(@NonNull @NotNull comparer: @NotNull Comparer, @NonNull @NotNull equality: @NotNull Equality): Unit
abstract class UntypedMap
open class UntypedSet
class UpdateMode
open class UsageException : FatalException
abstract class UTF16
abstract class UTF8
open class UTF8Exception : ExceptionBase
open class VersionMismatchException : FatalException
open class XmlAttribute
open class XmlAttributeList : ListBase, MutableIterable<XmlAttribute!>
open class XmlComment : XmlNode
open class XmlCommentList : ListBase, MutableIterable<XmlComment!>
open class XmlCompression
open class XmlDocument
open class XmlDuration
open class XmlElement : XmlNode
open class XmlElementList : ListBase, MutableIterable<XmlElement!>
open class XmlElementMap : MapBase
open class XmlException : DataFormatException
open class XmlName
open class XmlNameList : ListBase, MutableIterable<XmlName!>
abstract class XmlNode
open class XmlNodeList : ListBase, MutableIterable<XmlNode!>
open class XmlParser
Module Contents
@Nullable @Nullable open fun getDeclaration(): @Nullable String?
@NonNull @NotNull open fun getRootElement(): @NotNull XmlElement
@Nullable @Nullable open fun nextChild(@NonNull @NotNull element: @NotNull XmlElement, parseNested: Boolean): @Nullable XmlNode?
@Nullable @Nullable open fun nextChildElement(@NonNull @NotNull element: @NotNull XmlElement, parseNested: Boolean): @Nullable XmlElement?
@NonNull @NotNull open fun nextElement(): @NotNull XmlElement
open class Options
@NonNull @NotNull open static fun parseDocument(@NonNull @NotNull stream: @NotNull CharStream): @NotNull XmlDocument
@NonNull @NotNull open static fun parseDocument(@NonNull @NotNull stream: @NotNull CharStream, mixed: Boolean): @NotNull XmlDocument
@NonNull @NotNull open static fun parseDocument(@NonNull @NotNull stream: @NotNull CharStream, mixed: Boolean, @NonNull @NotNull options: @NotNull XmlParser.Options): @NotNull XmlDocument
@NonNull @NotNull open fun parseElement(): @NotNull XmlElement
open fun readChildren(@NonNull @NotNull element: @NotNull XmlElement): Unit
open fun setDeclaration(@Nullable @Nullable value: @Nullable String?): Unit
open fun setRootElement(@NonNull @NotNull value: @NotNull XmlElement): Unit
@NonNull @NotNull open static fun startDocument(@NonNull @NotNull stream: @NotNull CharStream): @NotNull XmlParser
@NonNull @NotNull open static fun startDocument(@NonNull @NotNull stream: @NotNull CharStream, mixed: Boolean): @NotNull XmlParser
@NonNull @NotNull open static fun startDocument(@NonNull @NotNull stream: @NotNull CharStream, mixed: Boolean, @NonNull @NotNull options: @NotNull XmlParser.Options): @NotNull XmlParser
@NonNull @NotNull open static fun startElement(@NonNull @NotNull stream: @NotNull CharStream): @NotNull XmlParser
@NonNull @NotNull open static fun startElement(@NonNull @NotNull stream: @NotNull CharStream, mixed: Boolean): @NotNull XmlParser
@NonNull @NotNull open static fun startElement(@NonNull @NotNull stream: @NotNull CharStream, mixed: Boolean, @NonNull @NotNull options: @NotNull XmlParser.Options): @NotNull XmlParser
@NonNull @NotNull open static fun static_parseElement(@NonNull @NotNull stream: @NotNull CharStream): @NotNull XmlElement
@NonNull @NotNull open static fun static_parseElement(@NonNull @NotNull stream: @NotNull CharStream, mixed: Boolean): @NotNull XmlElement
@NonNull @NotNull open static fun static_parseElement(@NonNull @NotNull stream: @NotNull CharStream, mixed: Boolean, @NonNull @NotNull options: @NotNull XmlParser.Options): @NotNull XmlElement
abstract class XmlPretty
open class XmlPrettyText : XmlText
open class XmlProcessingInstruction : XmlNode
open class XmlProcessingInstructionList : ListBase, MutableIterable<XmlProcessingInstruction!>
open class XmlText : XmlNode
open class YearMonthDuration : DataValue
open class YearMonthDurationList : ListBase, MutableIterable<YearMonthDuration!>
package com.sap.cloud.mobile.odata
Module Contents
open class AggregateExpression
open class AggregateExpressionList : ListBase, MutableIterable<AggregateExpression!>
open class AggregateFrom
open class AggregateFromList : ListBase, MutableIterable<AggregateFrom!>
open class AggregateMethod
open class AggregateValue : TransformValue
open class AggregateValueList : ListBase, MutableIterable<AggregateValue!>
abstract class AmountTransform : TransformValue
open class Annotation
open class AnnotationEquality : Equality
open class AnnotationList : ListBase, MutableIterable<Annotation!>
open class AnnotationMap : MapBase
open class AnnotationTerm
open class AnnotationTermList : ListBase, MutableIterable<AnnotationTerm!>
open class AnnotationTermMap : MapBase
open class AnyList : ListBase, MutableIterable<Any!>
open class AnyMap : MapBase
abstract class ArrayFunction
abstract class ArrayProperty
abstract class BasicType
open class BinaryList : ListBase, MutableIterable<ByteArray!>
open class BinaryValue : DataValue
interface BindingPath
open class BooleanList : ListBase, MutableIterable<Boolean!>
open class BooleanValue : DataValue
open class BottomTransform : AmountTransform
class BuildConfig
class BuildConfig
open class ByteList : ListBase, MutableIterable<Byte!>
abstract class ByteStream : StreamBase
open class ByteValue : DataValue
abstract class CancellationListener
open class CancelToken
open class ChangedLink
open class ChangedLinkList : ListBase, MutableIterable<ChangedLink!>
open class ChangeSet
Module Contents
ChangeSet()
open fun addAction(@NonNull @NotNull action: @NotNull DataQuery): Unit
open fun addAction(@NonNull @NotNull : @NotNull DataQuery, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun addAction(@NonNull @NotNull : @NotNull DataQuery, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun addActionResult(@NonNull @NotNull query: @NotNull DataQuery, @NonNull @NotNull result: @NotNull QueryResult): Unit
open fun createEntity(@NonNull @NotNull entity: @NotNull EntityValue): Unit
open fun createEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun createEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun createLink(@NonNull @NotNull from: @NotNull EntityValue, @NonNull @NotNull property: @NotNull Property, @NonNull @NotNull to: @NotNull EntityValue): Unit
open fun createLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun createLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun createRelatedEntity(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull parent: @NotNull EntityValue, @NonNull @NotNull property: @NotNull Property): Unit
open fun createRelatedEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun createRelatedEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun deleteEntity(@NonNull @NotNull entity: @NotNull EntityValue): Unit
open fun deleteEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun deleteEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun deleteLink(@NonNull @NotNull from: @NotNull EntityValue, @NonNull @NotNull property: @NotNull Property): Unit
open fun deleteLink(@NonNull @NotNull from: @NotNull EntityValue, @NonNull @NotNull property: @NotNull Property, @NonNull @NotNull to: @NotNull EntityValue): Unit
open fun deleteLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun deleteLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
@NonNull @NotNull open fun getAction(index: Int): @NotNull DataQuery
@NonNull @NotNull open fun getActionResult(@NonNull @NotNull actionQuery: @NotNull DataQuery): @NotNull QueryResult
@NonNull @NotNull open fun getEntity(index: Int): @NotNull EntityValue
@Nullable @Nullable open fun getError(): @Nullable DataServiceException?
@NonNull @NotNull open fun getHeaders(: Int): @NotNull HttpHeaders
@NonNull @NotNull open fun getLink(index: Int): @NotNull ChangedLink
@NonNull @NotNull open fun getOptions(index: Int): @NotNull RequestOptions
open fun getStatus(): Int
@NonNull @NotNull open fun invokeAction(@NonNull @NotNull method: @NotNull DataMethod): @NotNull DataQuery
@NonNull @NotNull open fun invokeAction(@NonNull @NotNull method: @NotNull DataMethod, @NonNull @NotNull parameters: @NotNull ParameterList): @NotNull DataQuery
@NonNull @NotNull open fun invokeAction(@NonNull @NotNull : @NotNull DataMethod, @NonNull @NotNull : @NotNull ParameterList, @NonNull @NotNull : @NotNull HttpHeaders): @NotNull DataQuery
@NonNull @NotNull open fun invokeAction(@NonNull @NotNull : @NotNull DataMethod, @NonNull @NotNull : @NotNull ParameterList, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @NotNull DataQuery
open fun isAction(index: Int): Boolean
open fun isEntity(index: Int): Boolean
open fun isLink(index: Int): Boolean
open fun saveEntity(@NonNull @NotNull entity: @NotNull EntityValue): Unit
open fun saveEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun saveEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun setError(@Nullable @Nullable value: @Nullable DataServiceException?): Unit
open fun setStatus(value: Int): Unit
open fun size(): Int
open fun updateEntity(@NonNull @NotNull entity: @NotNull EntityValue): Unit
open fun updateEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun updateEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun updateLink(@NonNull @NotNull from: @NotNull EntityValue, @NonNull @NotNull property: @NotNull Property, @NonNull @NotNull to: @NotNull EntityValue): Unit
open fun updateLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun updateLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open class CharList : ListBase, MutableIterable<Char!>
abstract class CharStream : StreamBase
open class CharValue : DataValue
open class ComplexType : StructureType
open class ComplexTypeList : ListBase, MutableIterable<ComplexType!>
open class ComplexTypeMap : MapBase
open class ComplexValue : StructureBase
open class ComplexValueList : ListBase, MutableIterable<ComplexValue!>
open class ComplexValueListWithNulls : ListBase, MutableIterable<ComplexValue!>
open class ComplexValueMap : MapBase
open class ConvertDataValue
open class CustomPath
open class CustomPathList : ListBase, MutableIterable<CustomPath!>
open class DataComparer : Comparer
open class DataContext
open class DataEquality : Equality
abstract class DataException : ExceptionBase
abstract class DataFormat
abstract class DataFormatException : DataException
abstract class DataInternal
open class DataMethod
open class DataMethodCall
open class DataMethodList : ListBase, MutableIterable<DataMethod!>
open class DataMethodMap : MapBase
open class DataMethodMetrics
open class DataMetric
Module Contents
DataMetric()
open fun add(value: Long): Unit
@NonNull @NotNull open static fun byteInstance(@NonNull @NotNull component: @NotNull String, @NonNull @NotNull metric: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun copyAndResetAll(): @NotNull DataMetricList
open fun count(): Long
@NonNull @NotNull open static fun createDatabaseTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun createEntityTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun createIndexTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun createLinkTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun createMediaTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun createTableTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun deleteDatabaseTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun deleteEntityTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun deleteLinkTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun deleteStreamTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun deltaDownloadBytes(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun deltaDownloadBytes_gzip(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun deltaDownloadRows(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun deltaDownloadTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun downloadMediaTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun downloadPhaseTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun downloadStreamTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun entityInstance(@NonNull @NotNull component: @NotNull String, @NonNull @NotNull metric: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun errorInstance(@NonNull @NotNull component: @NotNull String, @NonNull @NotNull metric: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun errorMetricName(@NonNull @NotNull method: @NotNull String, @NonNull @NotNull error: @NotNull RuntimeException): @NotNull String
@NonNull @NotNull open static fun executeMethodTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun executeQueryTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun fetchMetadataSize(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun fetchMetadataSize_gzip(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun fetchMetadataTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun followedNextLink(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open fun getComponent(): @NotNull String
open fun getId(): Int
@NonNull @NotNull open static fun getInstance(@NonNull @NotNull component: @NotNull String, @NonNull @NotNull metric: @NotNull String, @NonNull @NotNull unit: @NotNull String): @NotNull DataMetric
open fun getMaximum(): Long
@NonNull @NotNull open fun getMetric(): @NotNull String
open fun getMinimum(): Long
open fun getSum(): Long
@NonNull @NotNull open fun getUnit(): @NotNull String
@NonNull @NotNull open static fun initialDownloadBytes(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun initialDownloadBytes_gzip(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun initialDownloadRows(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun initialDownloadTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun linkInstance(@NonNull @NotNull component: @NotNull String, @NonNull @NotNull metric: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun loadMetadataTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
open static fun logAll(): Unit
@NonNull @NotNull open static fun methodResultBytes(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun methodResultBytes_gzip(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun parseMetadataTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun pingServerTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun queryResultBytes(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun queryResultBytes_gzip(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun queryResultRows(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun requestInstance(@NonNull @NotNull component: @NotNull String, @NonNull @NotNull metric: @NotNull String): @NotNull DataMetric
open fun reset(): Unit
open static fun resetAll(): Unit
@NonNull @NotNull open static fun rowInstance(@NonNull @NotNull component: @NotNull String, @NonNull @NotNull metric: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun selectEntityTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun timeInstance(@NonNull @NotNull component: @NotNull String, @NonNull @NotNull metric: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun updateEntityTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun updateLinkTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun uploadMediaTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun uploadStreamTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun uploadTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun upsertEntityTime(@NonNull @NotNull component: @NotNull String): @NotNull DataMetric
@NonNull @NotNull open static fun warningInstance(@NonNull @NotNull component: @NotNull String, @NonNull @NotNull metric: @NotNull String): @NotNull DataMetric
open fun write(@NonNull @NotNull buffer: @NotNull CharBuffer): Unit
open static fun writeAll(@NonNull @NotNull buffer: @NotNull CharBuffer): Unit
open class DataMetricList : ListBase, MutableIterable<DataMetric!>
open class DataMetricMap : MapBase
abstract class DataNetworkException : DataException
open class DataPath : PropertyPath
open class DataQuery
open class DataQueryException : DataException
open class DataSchema
abstract class DataSchemaException : DataException
open class DataSchemaList : ListBase, MutableIterable<DataSchema!>
open class DataSchemaMap : MapBase
open class DataService
Module Contents
DataService(@NonNull @NotNull provider: @NotNull DataServiceProvider)
open fun applyChanges(@NonNull @NotNull changes: @NotNull ChangeSet): Unit
open fun applyChanges(@NonNull @NotNull : @NotNull ChangeSet, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun applyChanges(@NonNull @NotNull : @NotNull ChangeSet, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun applyChangesAsync(@NonNull @NotNull changes: @NotNull ChangeSet, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun applyChangesAsync(@NonNull @NotNull : @NotNull ChangeSet, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun applyChangesAsync(@NonNull @NotNull : @NotNull ChangeSet, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun asyncAction(@NonNull @NotNull action: @NotNull Action0, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun asyncAction(@NonNull @NotNull action: @NotNull Action0, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @Nullable @Nullable requestOptions: @Nullable RequestOptions?): Unit
open fun asyncAction(@NonNull @NotNull action: @NotNull Action0, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @Nullable @Nullable requestOptions: @Nullable RequestOptions?, functionExecutor: Boolean): Unit
open fun <T : Any!> asyncFunction(@NonNull @NotNull function: () -> T, @NonNull @NotNull successHandler: @NotNull Action1<@Nullable T?>, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun <T : Any!> asyncFunction(@NonNull @NotNull function: () -> @Nullable T?, @NonNull @NotNull successHandler: @NotNull Action1<@Nullable T?>, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @Nullable @Nullable requestOptions: @Nullable RequestOptions?): Unit
open fun <T : Any!> asyncFunction(@NonNull @NotNull function: () -> @Nullable T?, @NonNull @NotNull successHandler: @NotNull Action1<@Nullable T?>, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @Nullable @Nullable requestOptions: @Nullable RequestOptions?, actionExecutor: Boolean): Unit
open fun createEntity(@NonNull @NotNull entity: @NotNull EntityValue): Unit
open fun createEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun createEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun createEntityAsync(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun createEntityAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun createEntityAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun createLink(@NonNull @NotNull from: @NotNull EntityValue, @NonNull @NotNull property: @NotNull Property, @NonNull @NotNull to: @NotNull EntityValue): Unit
open fun createLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun createLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun createLinkAsync(@NonNull @NotNull from: @NotNull EntityValue, @NonNull @NotNull property: @NotNull Property, @NonNull @NotNull to: @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun createLinkAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun createLinkAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun createMedia(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull content: @NotNull StreamBase): Unit
open fun createMedia(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun createMedia(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun createMediaAsync(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull content: @NotNull StreamBase, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun createMediaAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun createMediaAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun createRelatedEntity(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull parent: @NotNull EntityValue, @NonNull @NotNull property: @NotNull Property): Unit
open fun createRelatedEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun createRelatedEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun createRelatedEntityAsync(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull parent: @NotNull EntityValue, @NonNull @NotNull property: @NotNull Property, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun createRelatedEntityAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun createRelatedEntityAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun createRelatedMedia(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull content: @NotNull StreamBase, @NonNull @NotNull parent: @NotNull EntityValue, @NonNull @NotNull property: @NotNull Property): Unit
open fun createRelatedMedia(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun createRelatedMedia(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun deleteByQuery(@NonNull @NotNull query: @NotNull DataQuery): Unit
open fun deleteByQuery(@NonNull @NotNull : @NotNull DataQuery, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun deleteByQuery(@NonNull @NotNull : @NotNull DataQuery, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun deleteByQueryAsync(@NonNull @NotNull query: @NotNull DataQuery, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun deleteByQueryAsync(@NonNull @NotNull : @NotNull DataQuery, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun deleteByQueryAsync(@NonNull @NotNull : @NotNull DataQuery, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun deleteEntity(@NonNull @NotNull entity: @NotNull EntityValue): Unit
open fun deleteEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun deleteEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun deleteEntityAsync(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun deleteEntityAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun deleteEntityAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun deleteLink(@NonNull @NotNull from: @NotNull EntityValue, @NonNull @NotNull property: @NotNull Property): Unit
open fun deleteLink(@NonNull @NotNull from: @NotNull EntityValue, @NonNull @NotNull property: @NotNull Property, @NonNull @NotNull to: @NotNull EntityValue): Unit
open fun deleteLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun deleteLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun deleteLinkAsync(@NonNull @NotNull from: @NotNull EntityValue, @NonNull @NotNull property: @NotNull Property, @NonNull @NotNull to: @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun deleteLinkAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun deleteLinkAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun deleteStream(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull link: @NotNull StreamLink): Unit
open fun deleteStream(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun deleteStream(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun deleteStreamAsync(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull link: @NotNull StreamLink, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun deleteStreamAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun deleteStreamAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
@NonNull @NotNull open fun downloadMedia(@NonNull @NotNull entity: @NotNull EntityValue): @NotNull ByteStream
@NonNull @NotNull open fun downloadMedia(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders): @NotNull ByteStream
@NonNull @NotNull open fun downloadMedia(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @NotNull ByteStream
open fun downloadMediaAsync(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action1<ByteArray!>, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun downloadMediaAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action1<ByteArray!>, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun downloadMediaAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action1<ByteArray!>, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
@NonNull @NotNull open fun downloadStream(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull link: @NotNull StreamLink): @NotNull ByteStream
@NonNull @NotNull open fun downloadStream(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull : @NotNull HttpHeaders): @NotNull ByteStream
@NonNull @NotNull open fun downloadStream(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @NotNull ByteStream
open fun downloadStreamAsync(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull link: @NotNull StreamLink, @NonNull @NotNull successHandler: @NotNull Action1<ByteArray!>, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun downloadStreamAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull successHandler: @NotNull Action1<ByteArray!>, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun downloadStreamAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull successHandler: @NotNull Action1<ByteArray!>, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
@Nullable @Nullable open fun executeMethod(@NonNull @NotNull method: @NotNull DataMethod): @Nullable DataValue?
@Nullable @Nullable open fun executeMethod(@NonNull @NotNull method: @NotNull DataMethod, @NonNull @NotNull parameters: @NotNull ParameterList): @Nullable DataValue?
@Nullable @Nullable open fun executeMethod(@NonNull @NotNull : @NotNull DataMethod, @NonNull @NotNull : @NotNull ParameterList, @NonNull @NotNull : @NotNull HttpHeaders): @Nullable DataValue?
@Nullable @Nullable open fun executeMethod(@NonNull @NotNull : @NotNull DataMethod, @NonNull @NotNull : @NotNull ParameterList, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @Nullable DataValue?
open fun executeMethodAsync(@NonNull @NotNull method: @NotNull DataMethod, @NonNull @NotNull parameters: @NotNull ParameterList, @NonNull @NotNull successHandler: @NotNull Action1<@Nullable DataValue?>, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun executeMethodAsync(@NonNull @NotNull : @NotNull DataMethod, @NonNull @NotNull : @NotNull ParameterList, @NonNull @NotNull successHandler: @NotNull Action1<@Nullable DataValue?>, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun executeMethodAsync(@NonNull @NotNull : @NotNull DataMethod, @NonNull @NotNull : @NotNull ParameterList, @NonNull @NotNull successHandler: @NotNull Action1<@Nullable DataValue?>, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
@NonNull @NotNull open fun executeQuery(@NonNull @NotNull query: @NotNull DataQuery): @NotNull QueryResult
@NonNull @NotNull open fun executeQuery(@NonNull @NotNull : @NotNull DataQuery, @NonNull @NotNull : @NotNull HttpHeaders): @NotNull QueryResult
@NonNull @NotNull open fun executeQuery(@NonNull @NotNull : @NotNull DataQuery, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @NotNull QueryResult
open fun executeQueryAsync(@NonNull @NotNull query: @NotNull DataQuery, @NonNull @NotNull successHandler: @NotNull Action1<@NotNull QueryResult>, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun executeQueryAsync(@NonNull @NotNull : @NotNull DataQuery, @NonNull @NotNull successHandler: @NotNull Action1<@NotNull QueryResult>, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun executeQueryAsync(@NonNull @NotNull : @NotNull DataQuery, @NonNull @NotNull successHandler: @NotNull Action1<@NotNull QueryResult>, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
@NonNull @NotNull open fun fetchMetadata(): @NotNull CsdlDocument
@NonNull @NotNull open fun fetchMetadata(@NonNull @NotNull : @NotNull HttpHeaders): @NotNull CsdlDocument
@NonNull @NotNull open fun fetchMetadata(@NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @NotNull CsdlDocument
open fun fetchMetadataAsync(@NonNull @NotNull successHandler: @NotNull Action1<@NotNull CsdlDocument>, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun fetchMetadataAsync(@NonNull @NotNull successHandler: @NotNull Action1<@NotNull CsdlDocument>, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun fetchMetadataAsync(@NonNull @NotNull successHandler: @NotNull Action1<@NotNull CsdlDocument>, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
@NonNull @NotNull open fun getActionExecutor(): @NotNull Executor
@NonNull @NotNull open fun getDataMethod(@NonNull @NotNull name: @NotNull String): @NotNull DataMethod
@NonNull @NotNull open fun getEntitySet(@NonNull @NotNull name: @NotNull String): @NotNull EntitySet
@NonNull @NotNull open fun getFunctionExecutor(): @NotNull Executor
@NonNull @NotNull open fun getMetadata(): @NotNull CsdlDocument
@NonNull @NotNull open fun getMetadataLock(): @NotNull MetadataLock
@NonNull @NotNull open fun getName(): @NotNull String
@NonNull @NotNull open fun getProvider(): @NotNull DataServiceProvider
open fun hasMetadata(): Boolean
open fun loadEntity(@NonNull @NotNull entity: @NotNull EntityValue): Unit
open fun loadEntity(@NonNull @NotNull entity: @NotNull EntityValue, @Nullable @Nullable query: @Nullable DataQuery?): Unit
open fun loadEntity(@NonNull @NotNull : @NotNull EntityValue, @Nullable @Nullable : @Nullable DataQuery?, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun loadEntity(@NonNull @NotNull : @NotNull EntityValue, @Nullable @Nullable : @Nullable DataQuery?, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun loadEntityAsync(@NonNull @NotNull entity: @NotNull EntityValue, @Nullable @Nullable query: @Nullable DataQuery?, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun loadEntityAsync(@NonNull @NotNull : @NotNull EntityValue, @Nullable @Nullable : @Nullable DataQuery?, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun loadEntityAsync(@NonNull @NotNull : @NotNull EntityValue, @Nullable @Nullable : @Nullable DataQuery?, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun loadMetadata(): Unit
open fun loadMetadata(@NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun loadMetadata(@NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun loadMetadataAsync(@NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun loadMetadataAsync(@NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun loadMetadataAsync(@NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun loadProperty(@NonNull @NotNull property: @NotNull Property, @NonNull @NotNull into: @NotNull EntityValue): Unit
open fun loadProperty(@NonNull @NotNull property: @NotNull Property, @NonNull @NotNull into: @NotNull EntityValue, @Nullable @Nullable query: @Nullable DataQuery?): Unit
open fun loadProperty(@NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @Nullable @Nullable : @Nullable DataQuery?, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun loadProperty(@NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @Nullable @Nullable : @Nullable DataQuery?, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun loadPropertyAsync(@NonNull @NotNull property: @NotNull Property, @NonNull @NotNull into: @NotNull EntityValue, @Nullable @Nullable query: @Nullable DataQuery?, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun loadPropertyAsync(@NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @Nullable @Nullable : @Nullable DataQuery?, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun loadPropertyAsync(@NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @Nullable @Nullable : @Nullable DataQuery?, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun pingServer(): Unit
open fun pingServer(@NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun pingServer(@NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun pingServerAsync(@NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun pingServerAsync(@NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun pingServerAsync(@NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun processBatch(@NonNull @NotNull batch: @NotNull RequestBatch): Unit
open fun processBatch(@NonNull @NotNull : @NotNull RequestBatch, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun processBatch(@NonNull @NotNull : @NotNull RequestBatch, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun processBatchAsync(@NonNull @NotNull batch: @NotNull RequestBatch, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun processBatchAsync(@NonNull @NotNull : @NotNull RequestBatch, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun processBatchAsync(@NonNull @NotNull : @NotNull RequestBatch, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun refreshMetadata(): Unit
open fun saveEntity(@NonNull @NotNull entity: @NotNull EntityValue): Unit
open fun saveEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun saveEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun saveEntityAsync(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun saveEntityAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun saveEntityAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun setActionExecutor(@NonNull @NotNull executor: @NotNull Executor): Unit
open fun setFunctionExecutor(@NonNull @NotNull executor: @NotNull Executor): Unit
open fun unloadMetadata(): Unit
open fun unloadMetadataAsync(@NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun unloadMetadataAsync(@NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun unloadMetadataAsync(@NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun updateEntity(@NonNull @NotNull entity: @NotNull EntityValue): Unit
open fun updateEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun updateEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun updateEntityAsync(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun updateEntityAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun updateEntityAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun updateLink(@NonNull @NotNull from: @NotNull EntityValue, @NonNull @NotNull property: @NotNull Property, @NonNull @NotNull to: @NotNull EntityValue): Unit
open fun updateLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun updateLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun updateLinkAsync(@NonNull @NotNull from: @NotNull EntityValue, @NonNull @NotNull property: @NotNull Property, @NonNull @NotNull to: @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun updateLinkAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun updateLinkAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun uploadMedia(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull content: @NotNull StreamBase): Unit
open fun uploadMedia(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun uploadMedia(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun uploadMediaAsync(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull content: @NotNull StreamBase, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun uploadMediaAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun uploadMediaAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun uploadStream(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull link: @NotNull StreamLink, @NonNull @NotNull content: @NotNull StreamBase): Unit
open fun uploadStream(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun uploadStream(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun uploadStreamAsync(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull link: @NotNull StreamLink, @NonNull @NotNull content: @NotNull StreamBase, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>): Unit
open fun uploadStreamAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun uploadStreamAsync(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull successHandler: @NotNull Action0, @NonNull @NotNull failureHandler: @NotNull Action1<@NotNull RuntimeException>, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open class DataServiceException : DataException
interface DataServiceProvider
Module Contents
abstract fun createEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
abstract fun createLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
abstract fun createMedia(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
abstract fun deleteByQuery(@NonNull @NotNull : @NotNull DataQuery, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
abstract fun deleteEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
abstract fun deleteLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
abstract fun deleteStream(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
@NonNull @NotNull abstract fun downloadMedia(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @NotNull ByteStream
@NonNull @NotNull abstract fun downloadStream(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @NotNull ByteStream
@Nullable @Nullable abstract fun executeMethod(@NonNull @NotNull : @NotNull DataMethod, @NonNull @NotNull : @NotNull ParameterList, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @Nullable DataValue?
@NonNull @NotNull abstract fun executeQuery(@NonNull @NotNull : @NotNull DataQuery, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @NotNull QueryResult
@NonNull @NotNull abstract fun fetchMetadata(@NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @NotNull CsdlDocument
@NonNull @NotNull abstract fun getMetadata(): @NotNull CsdlDocument
@NonNull @NotNull abstract fun getServiceName(): @NotNull String
abstract fun hasMetadata(): Boolean
abstract fun loadMetadata(@NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
abstract fun pingServer(@NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
abstract fun processBatch(@NonNull @NotNull : @NotNull RequestBatch, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
abstract fun setMetadata(@NonNull @NotNull value: @NotNull CsdlDocument): Unit
abstract fun unloadMetadata(): Unit
abstract fun updateEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
abstract fun updateLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
abstract fun uploadMedia(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
abstract fun uploadStream(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
abstract class DataStorageException : DataException
open class DataStreamException : DataException
open class DataType
open class DataTypeList : ListBase, MutableIterable<DataType!>
open class DataTypeMap : MapBase
abstract class DataValue
open class DataValueList : ListBase, MutableIterable<DataValue!>
open class DataValueListWithNulls : ListBase, MutableIterable<DataValue!>
open class DataValueMap : MapBase
abstract class DataVersion
abstract class DayOfWeek
open class DayTimeDuration : DataValue
Module Contents
@Nullable @Nullable open static fun castOptional(@Nullable @Nullable value: @Nullable DataValue?): @Nullable DayTimeDuration?
@NonNull @NotNull open static fun castRequired(@Nullable @Nullable value: @Nullable DataValue?): @NotNull DayTimeDuration
open static fun compare(@NonNull @NotNull left: @NotNull DayTimeDuration, @NonNull @NotNull right: @NotNull DayTimeDuration): Int
open fun compareTo(@NonNull @NotNull value: @NotNull DayTimeDuration): Int
open static fun equal(@Nullable @Nullable left: @Nullable DayTimeDuration?, @Nullable @Nullable right: @Nullable DayTimeDuration?): Boolean
open fun equals(@Nullable @Nullable other: @Nullable Any?): Boolean
@NonNull @NotNull open fun getDataType(): @NotNull DataType
open fun getDays(): Int
open fun getHours(): Int
open fun getMinutes(): Int
open fun getNanos(): Int
open fun getSeconds(): Int
open fun getSign(): Int
open fun greaterEqual(@NonNull @NotNull value: @NotNull DayTimeDuration): Boolean
open fun greaterThan(@NonNull @NotNull value: @NotNull DayTimeDuration): Boolean
open fun hashCode(): Int
open fun lessEqual(@NonNull @NotNull value: @NotNull DayTimeDuration): Boolean
open fun lessThan(@NonNull @NotNull value: @NotNull DayTimeDuration): Boolean
@NonNull @NotNull open fun normalize(): @NotNull DayTimeDuration
open fun notEqual(@NonNull @NotNull value: @NotNull DayTimeDuration): Boolean
@NonNull @NotNull open static fun of(sign: Int, days: Int, hours: Int, minutes: Int, seconds: Int): @NotNull DayTimeDuration
@NonNull @NotNull open static fun of(sign: Int, days: Int, hours: Int, minutes: Int, seconds: Int, nanos: Int): @NotNull DayTimeDuration
@NonNull @NotNull open static fun ofDecimal(@NonNull @NotNull seconds: @NotNull BigDecimal): @NotNull DayTimeDuration
@Nullable @Nullable open static fun parse(@NonNull @NotNull text: @NotNull String): @Nullable DayTimeDuration?
open static fun static_greaterEqual(@NonNull @NotNull left: @NotNull DayTimeDuration, @NonNull @NotNull right: @NotNull DayTimeDuration): Boolean
open static fun static_greaterThan(@NonNull @NotNull left: @NotNull DayTimeDuration, @NonNull @NotNull right: @NotNull DayTimeDuration): Boolean
open static fun static_lessEqual(@NonNull @NotNull left: @NotNull DayTimeDuration, @NonNull @NotNull right: @NotNull DayTimeDuration): Boolean
open static fun static_lessThan(@NonNull @NotNull left: @NotNull DayTimeDuration, @NonNull @NotNull right: @NotNull DayTimeDuration): Boolean
open static fun static_notEqual(@Nullable @Nullable left: @Nullable DayTimeDuration?, @Nullable @Nullable right: @Nullable DayTimeDuration?): Boolean
@NonNull @NotNull open fun toDecimal(): @NotNull BigDecimal
@NonNull @NotNull open fun toString(): @NotNull String
open class DayTimeDurationList : ListBase, MutableIterable<DayTimeDuration!>
open class DecimalList : ListBase, MutableIterable<BigDecimal!>
open class DecimalValue : DataValue
abstract class DeltaStream : DataValue
open class DoubleList : ListBase, MutableIterable<Double!>
open class DoubleValue : DataValue
open class EntityContainer
open class EntityContainerList : ListBase, MutableIterable<EntityContainer!>
open class EntityContainerMap : MapBase
open class EntityKey
open class EntitySet : BindingPath
open class EntitySetList : ListBase, MutableIterable<EntitySet!>
open class EntitySetMap : MapBase
open class EntitySetMetrics
open class EntityStream
open class EntityType : StructureType
open class EntityTypeList : ListBase, MutableIterable<EntityType!>
open class EntityTypeMap : MapBase
open class EntityValue : StructureBase, BindingPath
open class EntityValueList : ListBase, MutableIterable<EntityValue!>
open class EntityValueListWithNulls : ListBase, MutableIterable<EntityValue!>
open class EntityValueMap : MapBase
open class EnumType : DataType
open class EnumTypeList : ListBase, MutableIterable<EnumType!>
open class EnumTypeMap : MapBase
open class EnumValue : DataValue
open class EnumValueList : ListBase, MutableIterable<EnumValue!>
open class EnumValueMap : MapBase
open class ErrorResponse
open class ErrorResponseList : ListBase, MutableIterable<ErrorResponse!>
open class ExpandItem
open class ExpandItemList : ListBase, MutableIterable<ExpandItem!>
open class ExpandTransform : TransformValue
open class ExpectedItem
open class FilterTransform : TransformValue
open class FloatList : ListBase, MutableIterable<Float!>
open class FloatValue : DataValue
open class FromJSON : DataQuery
open class GeographyCollection : GeographyValue
open class GeographyLineString : GeographyValue
open class GeographyMultiLineString : GeographyValue
open class GeographyMultiPoint : GeographyValue
open class GeographyMultiPolygon : GeographyValue
open class GeographyPoint : GeographyValue
Module Contents
GeographyPoint()
@Nullable @Nullable open static fun castOptional(@Nullable @Nullable value: @Nullable DataValue?): @Nullable GeographyPoint?
@NonNull @NotNull open static fun castRequired(@Nullable @Nullable value: @Nullable DataValue?): @NotNull GeographyPoint
@NonNull @NotNull open fun formatWKT(): @NotNull String
@NonNull @NotNull open fun formatWKT(sridRequired: Boolean): @NotNull String
@NonNull @NotNull open fun getCoordinates(): @NotNull PointCoordinates
@NonNull @NotNull open fun getDataType(): @NotNull DataType
@NonNull @NotNull open static fun parse(@NonNull @NotNull text: @NotNull String): @NotNull GeographyPoint
@NonNull @NotNull open static fun parseWKT(@NonNull @NotNull text: @NotNull String): @NotNull GeographyPoint
@NonNull @NotNull open static fun parseWKT(@NonNull @NotNull text: @NotNull String, sridRequired: Boolean): @NotNull GeographyPoint
open fun setCoordinates(@NonNull @NotNull value: @NotNull PointCoordinates): Unit
@NonNull @NotNull open static fun withLatitudeLongitude(latitude: Double, longitude: Double): @NotNull GeographyPoint
@NonNull @NotNull open static fun withXY(x: Double, y: Double): @NotNull GeographyPoint
@NonNull @NotNull open static fun withXYM(x: Double, y: Double, m: Double): @NotNull GeographyPoint
@NonNull @NotNull open static fun withXYZ(x: Double, y: Double, z: Double): @NotNull GeographyPoint
@NonNull @NotNull open static fun withXYZM(x: Double, y: Double, z: Double, m: Double): @NotNull GeographyPoint
open class GeographyPolygon : GeographyValue
abstract class GeographyValue : GeospatialValue
open class GeographyValueList : ListBase, MutableIterable<GeographyValue!>
open class GeometryCollection : GeometryValue
open class GeometryLineString : GeometryValue
open class GeometryMultiLineString : GeometryValue
open class GeometryMultiPoint : GeometryValue
open class GeometryMultiPolygon : GeometryValue
open class GeometryPoint : GeometryValue
open class GeometryPolygon : GeometryValue
abstract class GeometryValue : GeospatialValue
Module Contents
GeometryValue()
@Nullable @Nullable open static fun castOptional(@Nullable @Nullable value: @Nullable DataValue?): @Nullable GeometryValue?
@NonNull @NotNull open static fun castRequired(@Nullable @Nullable value: @Nullable DataValue?): @NotNull GeometryValue
static val DEFAULT_SRID: Int
@NonNull @NotNull open fun formatWKT(): @NotNull String
@NonNull @NotNull abstract fun formatWKT(sridRequired: Boolean): @NotNull String
open fun getSrsCode(): Int
@Nullable @Nullable open fun getSrsName(): @Nullable String?
@NonNull @NotNull open static fun parseAny(@NonNull @NotNull text: @NotNull String, @NonNull @NotNull type: @NotNull DataType): @NotNull GeometryValue
@NonNull @NotNull open static fun parseAnyWKT(@NonNull @NotNull text: @NotNull String): @NotNull GeometryValue
@NonNull @NotNull open static fun parseAnyWKT(@NonNull @NotNull text: @NotNull String, sridRequired: Boolean): @NotNull GeometryValue
open fun setSrsCode(value: Int): Unit
open fun setSrsName(@Nullable @Nullable value: @Nullable String?): Unit
@NonNull @NotNull open fun toString(): @NotNull String
@NonNull @NotNull open static fun withLatitudeLongitude(latitude: Double, longitude: Double): @NotNull GeometryPoint
@NonNull @NotNull open static fun withXY(x: Double, y: Double): @NotNull GeometryPoint
@NonNull @NotNull open static fun withXYM(x: Double, y: Double, m: Double): @NotNull GeometryPoint
@NonNull @NotNull open static fun withXYZ(x: Double, y: Double, z: Double): @NotNull GeometryPoint
@NonNull @NotNull open static fun withXYZM(x: Double, y: Double, z: Double, m: Double): @NotNull GeometryPoint
open class GeometryValueList : ListBase, MutableIterable<GeometryValue!>
abstract class GeospatialValue : DataValue
open class GlobalDateTime : DataValue
Module Contents
@Nullable @Nullable open static fun castOptional(@Nullable @Nullable value: @Nullable DataValue?): @Nullable GlobalDateTime?
@NonNull @NotNull open static fun castRequired(@Nullable @Nullable value: @Nullable DataValue?): @NotNull GlobalDateTime
open static fun compare(@NonNull @NotNull left: @NotNull GlobalDateTime, @NonNull @NotNull right: @NotNull GlobalDateTime): Int
open fun compareTo(@NonNull @NotNull value: @NotNull GlobalDateTime): Int
open static fun equal(@Nullable @Nullable left: @Nullable GlobalDateTime?, @Nullable @Nullable right: @Nullable GlobalDateTime?): Boolean
open fun equals(@Nullable @Nullable other: @Nullable Any?): Boolean
open static fun from(jdt: Date!): GlobalDateTime!
@NonNull @NotNull open fun getDataType(): @NotNull DataType
@NonNull @NotNull open fun getDate(): @NotNull LocalDate
open fun getDay(): Int
open fun getDayOfWeek(): Int
open fun getDayOfYear(): Int
open fun getHour(): Int
open fun getMinute(): Int
open fun getMonth(): Int
open fun getNano(): Int
open fun getOffset(): Int
open fun getSecond(): Int
@NonNull @NotNull open fun getTime(): @NotNull LocalTime
open fun getYear(): Int
open fun greaterEqual(@NonNull @NotNull value: @NotNull GlobalDateTime): Boolean
open fun greaterThan(@NonNull @NotNull value: @NotNull GlobalDateTime): Boolean
open fun hashCode(): Int
open fun lessEqual(@NonNull @NotNull value: @NotNull GlobalDateTime): Boolean
open fun lessThan(@NonNull @NotNull value: @NotNull GlobalDateTime): Boolean
open static fun millisBetween(@NonNull @NotNull a: @NotNull GlobalDateTime, @NonNull @NotNull b: @NotNull GlobalDateTime): Long
open fun minus(@NonNull @NotNull value: @NotNull GlobalDateTime): Double
@NonNull @NotNull open fun normalize(): @NotNull GlobalDateTime
open fun notEqual(@NonNull @NotNull value: @NotNull GlobalDateTime): Boolean
@NonNull @NotNull open static fun now(): @NotNull GlobalDateTime
@NonNull @NotNull open static fun of(year: Int, month: Int, day: Int, hour: Int, minute: Int, second: Int): @NotNull GlobalDateTime
@NonNull @NotNull open static fun of(year: Int, month: Int, day: Int, hour: Int, minute: Int, second: Int, nano: Int): @NotNull GlobalDateTime
@NonNull @NotNull open static fun ofJulian(day: Double): @NotNull GlobalDateTime
@NonNull @NotNull open static fun ofMillis(ms: Long): @NotNull GlobalDateTime
@Nullable @Nullable open static fun parse(@NonNull @NotNull text: @NotNull String): @Nullable GlobalDateTime?
@NonNull @NotNull open fun plusDays(days: Int): @NotNull GlobalDateTime
@NonNull @NotNull open fun plusHours(hours: Long): @NotNull GlobalDateTime
@NonNull @NotNull open fun plusMicros(micros: Long): @NotNull GlobalDateTime
@NonNull @NotNull open fun plusMillis(millis: Long): @NotNull GlobalDateTime
@NonNull @NotNull open fun plusMinutes(minutes: Long): @NotNull GlobalDateTime
@NonNull @NotNull open fun plusMonths(months: Int): @NotNull GlobalDateTime
@NonNull @NotNull open fun plusNanos(nanos: Long): @NotNull GlobalDateTime
@NonNull @NotNull open fun plusSeconds(seconds: Long): @NotNull GlobalDateTime
@NonNull @NotNull open fun plusWeeks(weeks: Int): @NotNull GlobalDateTime
@NonNull @NotNull open fun plusYears(years: Int): @NotNull GlobalDateTime
open static fun static_greaterEqual(@NonNull @NotNull left: @NotNull GlobalDateTime, @NonNull @NotNull right: @NotNull GlobalDateTime): Boolean
open static fun static_greaterThan(@NonNull @NotNull left: @NotNull GlobalDateTime, @NonNull @NotNull right: @NotNull GlobalDateTime): Boolean
open static fun static_lessEqual(@NonNull @NotNull left: @NotNull GlobalDateTime, @NonNull @NotNull right: @NotNull GlobalDateTime): Boolean
open static fun static_lessThan(@NonNull @NotNull left: @NotNull GlobalDateTime, @NonNull @NotNull right: @NotNull GlobalDateTime): Boolean
open static fun static_notEqual(@Nullable @Nullable left: @Nullable GlobalDateTime?, @Nullable @Nullable right: @Nullable GlobalDateTime?): Boolean
open fun toJavaDate(): Date!
open static fun toJulian(@NonNull @NotNull dt: @NotNull GlobalDateTime): Double
@NonNull @NotNull open fun toLocal(): @NotNull LocalDateTime
open static fun toMillis(@NonNull @NotNull dt: @NotNull GlobalDateTime): Long
@NonNull @NotNull open fun toString(): @NotNull String
@NonNull @NotNull open fun zone(offset: Int): @NotNull GlobalDateTime
open class GlobalDateTimeList : ListBase, MutableIterable<GlobalDateTime!>
open class GroupTransform : TransformValue
open class GuidValue : DataValue
open class GuidValueList : ListBase, MutableIterable<GuidValue!>
open class HttpDateTime
open class IntegerList : ListBase, MutableIterable<BigInteger!>
open class IntegerValue : DataValue
open class IntList : ListBase, MutableIterable<Int!>
open class IntSet : SetBase
open class IntValue : DataValue
open class JsonEntityProvider : DataServiceProvider
Module Contents
open fun createEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun createLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun createMedia(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun deleteByQuery(@NonNull @NotNull : @NotNull DataQuery, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun deleteEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun deleteLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun deleteStream(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
@NonNull @NotNull open fun downloadMedia(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @NotNull ByteStream
@NonNull @NotNull open fun downloadStream(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @NotNull ByteStream
@Nullable @Nullable open fun executeMethod(@NonNull @NotNull : @NotNull DataMethod, @NonNull @NotNull : @NotNull ParameterList, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @Nullable DataValue?
@NonNull @NotNull open fun executeQuery(@NonNull @NotNull : @NotNull DataQuery, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @NotNull QueryResult
@NonNull @NotNull open fun fetchMetadata(@NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @NotNull CsdlDocument
@NonNull @NotNull open fun getMetadata(): @NotNull CsdlDocument
@NonNull @NotNull open fun getServiceName(): @NotNull String
open fun hasMetadata(): Boolean
open fun loadMetadata(@NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun pingServer(@NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun processBatch(@NonNull @NotNull : @NotNull RequestBatch, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun setMetadata(@NonNull @NotNull value: @NotNull CsdlDocument): Unit
open fun unloadMetadata(): Unit
open fun updateEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun updateLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun uploadMedia(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun uploadStream(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
@NonNull @NotNull open static fun withMetadata(@NonNull @NotNull metadata: @NotNull CsdlDocument): @NotNull JsonEntityProvider
@NonNull @NotNull open static fun withProvider(@NonNull @NotNull provider: @NotNull DataServiceProvider): @NotNull JsonEntityProvider
open class LineStringCoordinates : ListBase, MutableIterable<PointCoordinates!>
abstract class ListBase : DataValue
open class LocalDate : DataValue
open class LocalDateList : ListBase, MutableIterable<LocalDate!>
open class LocalDateTime : DataValue
Module Contents
@Nullable @Nullable open static fun castOptional(@Nullable @Nullable value: @Nullable DataValue?): @Nullable LocalDateTime?
@NonNull @NotNull open static fun castRequired(@Nullable @Nullable value: @Nullable DataValue?): @NotNull LocalDateTime
open static fun compare(@NonNull @NotNull left: @NotNull LocalDateTime, @NonNull @NotNull right: @NotNull LocalDateTime): Int
open fun compareTo(@NonNull @NotNull value: @NotNull LocalDateTime): Int
open static fun equal(@Nullable @Nullable left: @Nullable LocalDateTime?, @Nullable @Nullable right: @Nullable LocalDateTime?): Boolean
open fun equals(@Nullable @Nullable other: @Nullable Any?): Boolean
@NonNull @NotNull open fun getDataType(): @NotNull DataType
@NonNull @NotNull open fun getDate(): @NotNull LocalDate
open fun getDay(): Int
open fun getDayOfWeek(): Int
open fun getDayOfYear(): Int
open fun getHour(): Int
open fun getMinute(): Int
open fun getMonth(): Int
open fun getNano(): Int
open fun getSecond(): Int
@NonNull @NotNull open fun getTime(): @NotNull LocalTime
open fun getYear(): Int
open fun greaterEqual(@NonNull @NotNull value: @NotNull LocalDateTime): Boolean
open fun greaterThan(@NonNull @NotNull value: @NotNull LocalDateTime): Boolean
open fun hashCode(): Int
open fun lessEqual(@NonNull @NotNull value: @NotNull LocalDateTime): Boolean
open fun lessThan(@NonNull @NotNull value: @NotNull LocalDateTime): Boolean
open static fun millisBetween(@NonNull @NotNull a: @NotNull LocalDateTime, @NonNull @NotNull b: @NotNull LocalDateTime): Long
open fun minus(@NonNull @NotNull value: @NotNull LocalDateTime): Double
open fun notEqual(@NonNull @NotNull value: @NotNull LocalDateTime): Boolean
@NonNull @NotNull open static fun now(): @NotNull LocalDateTime
@NonNull @NotNull open static fun of(year: Int, month: Int, day: Int, hour: Int, minute: Int, second: Int): @NotNull LocalDateTime
@NonNull @NotNull open static fun of(year: Int, month: Int, day: Int, hour: Int, minute: Int, second: Int, nano: Int): @NotNull LocalDateTime
@NonNull @NotNull open static fun ofJulian(day: Double): @NotNull LocalDateTime
@NonNull @NotNull open static fun ofMillis(ms: Long): @NotNull LocalDateTime
@Nullable @Nullable open static fun parse(@NonNull @NotNull text: @NotNull String): @Nullable LocalDateTime?
@NonNull @NotNull open fun plusDays(days: Int): @NotNull LocalDateTime
@NonNull @NotNull open fun plusHours(hours: Long): @NotNull LocalDateTime
@NonNull @NotNull open fun plusMicros(micros: Long): @NotNull LocalDateTime
@NonNull @NotNull open fun plusMillis(millis: Long): @NotNull LocalDateTime
@NonNull @NotNull open fun plusMinutes(minutes: Long): @NotNull LocalDateTime
@NonNull @NotNull open fun plusMonths(months: Int): @NotNull LocalDateTime
@NonNull @NotNull open fun plusNanos(nanos: Long): @NotNull LocalDateTime
@NonNull @NotNull open fun plusSeconds(seconds: Long): @NotNull LocalDateTime
@NonNull @NotNull open fun plusWeeks(weeks: Int): @NotNull LocalDateTime
@NonNull @NotNull open fun plusYears(years: Int): @NotNull LocalDateTime
open static fun static_greaterEqual(@NonNull @NotNull left: @NotNull LocalDateTime, @NonNull @NotNull right: @NotNull LocalDateTime): Boolean
open static fun static_greaterThan(@NonNull @NotNull left: @NotNull LocalDateTime, @NonNull @NotNull right: @NotNull LocalDateTime): Boolean
open static fun static_lessEqual(@NonNull @NotNull left: @NotNull LocalDateTime, @NonNull @NotNull right: @NotNull LocalDateTime): Boolean
open static fun static_lessThan(@NonNull @NotNull left: @NotNull LocalDateTime, @NonNull @NotNull right: @NotNull LocalDateTime): Boolean
open static fun static_notEqual(@Nullable @Nullable left: @Nullable LocalDateTime?, @Nullable @Nullable right: @Nullable LocalDateTime?): Boolean
@NonNull @NotNull open fun toGlobal(): @NotNull GlobalDateTime
@NonNull @NotNull open fun toGlobal(offset: Int): @NotNull GlobalDateTime
open static fun toJulian(@NonNull @NotNull dt: @NotNull LocalDateTime): Double
open static fun toMillis(@NonNull @NotNull dt: @NotNull LocalDateTime): Long
@NonNull @NotNull open fun toString(): @NotNull String
open class LocalDateTimeList : ListBase, MutableIterable<LocalDateTime!>
open class LocalTime : DataValue
Module Contents
@Nullable @Nullable open static fun castOptional(@Nullable @Nullable value: @Nullable DataValue?): @Nullable LocalTime?
@NonNull @NotNull open static fun castRequired(@Nullable @Nullable value: @Nullable DataValue?): @NotNull LocalTime
open static fun compare(@NonNull @NotNull left: @NotNull LocalTime, @NonNull @NotNull right: @NotNull LocalTime): Int
open fun compareTo(@NonNull @NotNull value: @NotNull LocalTime): Int
open static fun equal(@Nullable @Nullable left: @Nullable LocalTime?, @Nullable @Nullable right: @Nullable LocalTime?): Boolean
open fun equals(@Nullable @Nullable other: @Nullable Any?): Boolean
@NonNull @NotNull open fun getDataType(): @NotNull DataType
open fun getHour(): Int
open fun getMinute(): Int
open fun getNano(): Int
open fun getSecond(): Int
open fun greaterEqual(@NonNull @NotNull value: @NotNull LocalTime): Boolean
open fun greaterThan(@NonNull @NotNull value: @NotNull LocalTime): Boolean
open fun hashCode(): Int
open fun lessEqual(@NonNull @NotNull value: @NotNull LocalTime): Boolean
open fun lessThan(@NonNull @NotNull value: @NotNull LocalTime): Boolean
open fun minus(@NonNull @NotNull value: @NotNull LocalTime): Double
open fun notEqual(@NonNull @NotNull value: @NotNull LocalTime): Boolean
@NonNull @NotNull open static fun now(): @NotNull LocalTime
@NonNull @NotNull open static fun of(hour: Int, minute: Int, second: Int): @NotNull LocalTime
@NonNull @NotNull open static fun of(hour: Int, minute: Int, second: Int, nano: Int): @NotNull LocalTime
@Nullable @Nullable open static fun parse(@NonNull @NotNull text: @NotNull String): @Nullable LocalTime?
@NonNull @NotNull open fun plusHours(hours: Long): @NotNull LocalTime
@NonNull @NotNull open fun plusMicros(micros: Long): @NotNull LocalTime
@NonNull @NotNull open fun plusMillis(millis: Long): @NotNull LocalTime
@NonNull @NotNull open fun plusMinutes(minutes: Long): @NotNull LocalTime
@NonNull @NotNull open fun plusNanos(nanos: Long): @NotNull LocalTime
@NonNull @NotNull open fun plusSeconds(seconds: Long): @NotNull LocalTime
open static fun static_greaterEqual(@NonNull @NotNull left: @NotNull LocalTime, @NonNull @NotNull right: @NotNull LocalTime): Boolean
open static fun static_greaterThan(@NonNull @NotNull left: @NotNull LocalTime, @NonNull @NotNull right: @NotNull LocalTime): Boolean
open static fun static_lessEqual(@NonNull @NotNull left: @NotNull LocalTime, @NonNull @NotNull right: @NotNull LocalTime): Boolean
open static fun static_lessThan(@NonNull @NotNull left: @NotNull LocalTime, @NonNull @NotNull right: @NotNull LocalTime): Boolean
open static fun static_notEqual(@Nullable @Nullable left: @Nullable LocalTime?, @Nullable @Nullable right: @Nullable LocalTime?): Boolean
@NonNull @NotNull open fun toString(): @NotNull String
open class LocalTimeList : ListBase, MutableIterable<LocalTime!>
open class LongList : ListBase, MutableIterable<Long!>
open class LongSet : SetBase
open class LongValue : DataValue
abstract class MapBase
open class MetadataLock
open class MetadataOnlyProvider : DataServiceProvider
Module Contents
MetadataOnlyProvider(@NonNull @NotNull name: @NotNull String)
open fun createEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun createLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun createMedia(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun deleteByQuery(@NonNull @NotNull : @NotNull DataQuery, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun deleteEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun deleteLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun deleteStream(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
@NonNull @NotNull open fun downloadMedia(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @NotNull ByteStream
@NonNull @NotNull open fun downloadStream(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @NotNull ByteStream
@Nullable @Nullable open fun executeMethod(@NonNull @NotNull : @NotNull DataMethod, @NonNull @NotNull : @NotNull ParameterList, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @Nullable DataValue?
@NonNull @NotNull open fun executeQuery(@NonNull @NotNull : @NotNull DataQuery, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @NotNull QueryResult
@NonNull @NotNull open fun fetchMetadata(@NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @NotNull CsdlDocument
@NonNull @NotNull open fun getMetadata(): @NotNull CsdlDocument
@NonNull @NotNull open fun getServiceName(): @NotNull String
open fun hasMetadata(): Boolean
open fun loadMetadata(@NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
@NonNull @NotNull open static fun newIfNull(@Nullable @Nullable provider: @Nullable DataServiceProvider?, @NonNull @NotNull name: @NotNull String): @NotNull DataServiceProvider
open fun pingServer(@NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun processBatch(@NonNull @NotNull : @NotNull RequestBatch, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun setMetadata(@NonNull @NotNull value: @NotNull CsdlDocument): Unit
open fun unloadMetadata(): Unit
open fun updateEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun updateLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun uploadMedia(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun uploadStream(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
abstract class MonthOfYear
open class MultiLineStringCoordinates : ListBase, MutableIterable<LineStringCoordinates!>
open class MultiPointCoordinates : ListBase, MutableIterable<PointCoordinates!>
open class MultiPolygonCoordinates : ListBase, MutableIterable<PolygonCoordinates!>
open class NavigationProperty : Property
open class NetworkOptions
open class ObjectList : ListBase, MutableIterable<Any!>
open class ObjectMap : MapBase
open class OnlineDataService : DataService
open class OnlineODataProvider : DataServiceProvider
Module Contents
OnlineODataProvider(@NonNull @NotNull serviceName: @NotNull String, @NonNull @NotNull serviceRoot: @NotNull String)
OnlineODataProvider(@NonNull @NotNull serviceName: @NotNull String, @NonNull @NotNull serviceRoot: @NotNull String, @NonNull @NotNull client: @NotNull OkHttpClient)
OnlineODataProvider(@NonNull @NotNull serviceName: @NotNull String, @NonNull @NotNull serviceRoot: @NotNull String, @Nullable @Nullable httpHandler: @Nullable HttpHandler?)
open fun acquireToken(): Unit
open fun createEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun createLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun createMedia(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun deleteByQuery(@NonNull @NotNull : @NotNull DataQuery, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun deleteEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun deleteLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun deleteRepeatableRequest(@NonNull @NotNull requestID: @NotNull GuidValue): Unit
open fun deleteRepeatableRequests(@NonNull @NotNull clientID: @NotNull GuidValue): Unit
open fun deleteStream(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
@NonNull @NotNull open fun deltaStream(@NonNull @NotNull query: @NotNull DataQuery): @NotNull DeltaStream
@NonNull @NotNull open fun downloadMedia(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @NotNull ByteStream
@NonNull @NotNull open fun downloadStream(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @NotNull ByteStream
@NonNull @NotNull open fun entityContext(@NonNull @NotNull entitySet: @NotNull EntitySet): @NotNull DataContext
@NonNull @NotNull open fun entityContext(@NonNull @NotNull entitySet: @NotNull EntitySet, @Nullable @Nullable derivedType: @Nullable StructureType?): @NotNull DataContext
@NonNull @NotNull open fun entityContext(@NonNull @NotNull entitySet: @NotNull EntitySet, @Nullable @Nullable derivedType: @Nullable StructureType?, format: Int): @NotNull DataContext
@NonNull @NotNull open fun entityContext(@NonNull @NotNull entitySet: @NotNull EntitySet, @Nullable @Nullable derivedType: @Nullable StructureType?, format: Int, version: Int): @NotNull DataContext
@NonNull @NotNull open fun entityStream(@NonNull @NotNull query: @NotNull DataQuery): @NotNull EntityStream
@Nullable @Nullable open fun executeMethod(@NonNull @NotNull : @NotNull DataMethod, @NonNull @NotNull : @NotNull ParameterList, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @Nullable DataValue?
@NonNull @NotNull open fun executeQuery(@NonNull @NotNull : @NotNull DataQuery, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @NotNull QueryResult
@NonNull @NotNull open fun fetchMetadata(@NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @NotNull CsdlDocument
@NonNull @NotNull open fun getHttpCookies(): @NotNull HttpCookies
@NonNull @NotNull open fun getHttpHeaders(): @NotNull HttpHeaders
@NonNull @NotNull open fun getMetadata(): @NotNull CsdlDocument
@NonNull @NotNull fun getNetworkOptions(): @NotNull NetworkOptions
open fun getPrettyTracing(): Boolean
@NonNull @NotNull open fun getServiceName(): @NotNull String
@NonNull @NotNull fun getServiceOptions(): @NotNull ServiceOptions
@NonNull @NotNull open fun getServiceRoot(): @NotNull String
@NonNull @NotNull open fun getSessionCookies(): @NotNull HttpCookies
@NonNull @NotNull open fun getSessionHeaders(): @NotNull HttpHeaders
@NonNull @NotNull open fun getSharedCookies(): @NotNull HttpCookies
@NonNull @NotNull open fun getSharedHeaders(): @NotNull HttpHeaders
open fun getTraceRequests(): Boolean
open fun getTraceWithData(): Boolean
open fun hasMetadata(): Boolean
open fun loadMetadata(@NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun login(@NonNull @NotNull username: @NotNull String, @NonNull @NotNull password: @NotNull String): Unit
open fun pingServer(@NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun processBatch(@NonNull @NotNull : @NotNull RequestBatch, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
@NonNull @NotNull open fun queryContext(): @NotNull DataContext
@NonNull @NotNull open fun queryContext(version: Int): @NotNull DataContext
open fun setMetadata(@NonNull @NotNull value: @NotNull CsdlDocument): Unit
open fun setPrettyTracing(value: Boolean): Unit
open fun setServiceRoot(@NonNull @NotNull value: @NotNull String): Unit
open fun setTraceRequests(value: Boolean): Unit
open fun setTraceWithData(value: Boolean): Unit
open fun unloadMetadata(): Unit
open fun updateEntity(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun updateLink(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull Property, @NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun uploadMedia(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun uploadStream(@NonNull @NotNull : @NotNull EntityValue, @NonNull @NotNull : @NotNull StreamLink, @NonNull @NotNull : @NotNull StreamBase, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open class Parameter
open class ParameterList : ListBase, MutableIterable<Parameter!>
open class PathAnnotations
open class PathAnnotationsList : ListBase, MutableIterable<PathAnnotations!>
open class PathAnnotationsMap : MapBase
abstract class PathResolver
open class PointCoordinates : ListBase, MutableIterable<Double!>
Module Contents
PointCoordinates()
PointCoordinates(capacity: Int)
open fun add(item: Double): Unit
open fun addAll(@NonNull @NotNull list: @NotNull PointCoordinates): Unit
@NonNull @NotNull open fun addThis(item: Double): @NotNull PointCoordinates
@NonNull @NotNull open fun copy(): @NotNull PointCoordinates
@NonNull @NotNull static val empty: @NotNull PointCoordinates
open fun first(): Double
@NonNull @NotNull open static fun from(@NonNull @NotNull list: @NotNull MutableList<Double!>): @NotNull PointCoordinates
open fun get(index: Int): Double
open fun getAltitude(): Double
open fun getLatitude(): Double
open fun getLongitude(): Double
open fun getM(): Double
open fun getMeasure(): Double
open fun getX(): Double
open fun getY(): Double
open fun getZ(): Double
open fun includes(item: Double): Boolean
open fun indexOf(item: Double): Int
open fun indexOf(item: Double, start: Int): Int
open fun insertAll(index: Int, @NonNull @NotNull list: @NotNull PointCoordinates): Unit
open fun insertAt(index: Int, item: Double): Unit
@NonNull @NotNull open fun iterator(): @NotNull MutableIterator<Double!>
open fun last(): Double
open fun lastIndexOf(item: Double): Int
open fun lastIndexOf(item: Double, start: Int): Int
open fun set(index: Int, item: Double): Unit
open fun setAltitude(value: Double): Unit
open fun setLatitude(value: Double): Unit
open fun setLongitude(value: Double): Unit
open fun setX(value: Double): Unit
open fun setY(value: Double): Unit
open fun setZ(value: Double): Unit
@NonNull @NotNull open static fun share(@NonNull @NotNull list: @NotNull ListBase): @NotNull PointCoordinates
open fun single(): Double
@NonNull @NotNull open fun slice(start: Int): @NotNull PointCoordinates
@NonNull @NotNull open fun slice(start: Int, end: Int): @NotNull PointCoordinates
@NonNull @NotNull open fun toGeneric(): @NotNull MutableList<Double!>
@NonNull @NotNull open static fun withLatitudeLongitude(latitude: Double, longitude: Double): @NotNull PointCoordinates
@NonNull @NotNull open static fun withXY(x: Double, y: Double): @NotNull PointCoordinates
@NonNull @NotNull open static fun withXYM(x: Double, y: Double, m: Double): @NotNull PointCoordinates
@NonNull @NotNull open static fun withXYZ(x: Double, y: Double, z: Double): @NotNull PointCoordinates
@NonNull @NotNull open static fun withXYZM(x: Double, y: Double, z: Double, m: Double): @NotNull PointCoordinates
open class PolygonCoordinates : ListBase, MutableIterable<LineStringCoordinates!>
open class Property : PropertyPath
Module Contents
Property()
@NonNull @NotNull open fun getAnnotation(@NonNull @NotNull term: @NotNull String): @NotNull Annotation
@NonNull @NotNull open fun getAnnotationList(): @NotNull AnnotationList
@NonNull @NotNull open fun getAnnotationMap(): @NotNull AnnotationMap
@NonNull @NotNull open fun getAnnotations(): @NotNull AnnotationMap
@NonNull @NotNull open fun getBasicList(@NonNull @NotNull source: @NotNull StructureBase): @NotNull DataValueList
@NonNull @NotNull open fun getBinary(@NonNull @NotNull source: @NotNull StructureBase): ByteArray
open fun getBoolean(@NonNull @NotNull source: @NotNull StructureBase): Boolean
open fun getByte(@NonNull @NotNull source: @NotNull StructureBase): Byte
open fun getCanBeRemoved(): Boolean
@Nullable @Nullable open fun getColumn(): @Nullable String?
@Nullable @Nullable open fun getColumnType(): @Nullable String?
@NonNull @NotNull open fun getComplex(@NonNull @NotNull source: @NotNull StructureBase): @NotNull ComplexValue
@NonNull @NotNull open fun getComplexList(@NonNull @NotNull source: @NotNull StructureBase): @NotNull ComplexValueList
@NonNull @NotNull open fun getComplexType(): @NotNull ComplexType
open fun getContainsTarget(): Boolean
@Nullable @Nullable open fun getCustomPath(): @Nullable CustomPath?
@NonNull @NotNull open fun getDataType(): @NotNull DataType
@NonNull @NotNull open fun getDecimal(@NonNull @NotNull source: @NotNull StructureBase): @NotNull BigDecimal
@Nullable @Nullable open fun getDefaultValue(): @Nullable DataValue?
open fun getDouble(@NonNull @NotNull source: @NotNull StructureBase): Double
@NonNull @NotNull open fun getEntity(@NonNull @NotNull source: @NotNull StructureBase): @NotNull EntityValue
@NonNull @NotNull open fun getEntityList(@NonNull @NotNull source: @NotNull StructureBase): @NotNull EntityValueList
@NonNull @NotNull open fun getEntityType(): @NotNull EntityType
@NonNull @NotNull open fun getEnum(@NonNull @NotNull source: @NotNull StructureBase): @NotNull EnumValue
@NonNull @NotNull open fun getEnumType(): @NotNull EnumType
open fun getFixedLength(): Boolean
open fun getFloat(@NonNull @NotNull source: @NotNull StructureBase): Float
@NonNull @NotNull open fun getGuid(@NonNull @NotNull source: @NotNull StructureBase): @NotNull GuidValue
open fun getId(): Int
open fun getInt(@NonNull @NotNull source: @NotNull StructureBase): Int
@NonNull @NotNull open fun getInteger(@NonNull @NotNull source: @NotNull StructureBase): @NotNull BigInteger
@NonNull @NotNull open fun getItemComplexType(): @NotNull ComplexType
@NonNull @NotNull open fun getItemEntityType(): @NotNull EntityType
open fun getLong(@NonNull @NotNull source: @NotNull StructureBase): Long
open fun getMaxLength(): Int
open fun getMinLength(): Int
@NonNull @NotNull open fun getName(): @NotNull String
@Nullable @Nullable open fun getNullableBinary(@NonNull @NotNull source: @NotNull StructureBase): ByteArray?
@Nullable @Nullable open fun getNullableBoolean(@NonNull @NotNull source: @NotNull StructureBase): @Nullable Boolean?
@Nullable @Nullable open fun getNullableByte(@NonNull @NotNull source: @NotNull StructureBase): @Nullable Byte?
@Nullable @Nullable open fun getNullableComplex(@NonNull @NotNull source: @NotNull StructureBase): @Nullable ComplexValue?
@Nullable @Nullable open fun getNullableDecimal(@NonNull @NotNull source: @NotNull StructureBase): @Nullable BigDecimal?
@Nullable @Nullable open fun getNullableDouble(@NonNull @NotNull source: @NotNull StructureBase): @Nullable Double?
@Nullable @Nullable open fun getNullableEntity(@NonNull @NotNull source: @NotNull StructureBase): @Nullable EntityValue?
@Nullable @Nullable open fun getNullableEnum(@NonNull @NotNull source: @NotNull StructureBase): @Nullable EnumValue?
@Nullable @Nullable open fun getNullableFloat(@NonNull @NotNull source: @NotNull StructureBase): @Nullable Float?
@Nullable @Nullable open fun getNullableGuid(@NonNull @NotNull source: @NotNull StructureBase): @Nullable GuidValue?
@Nullable @Nullable open fun getNullableInt(@NonNull @NotNull source: @NotNull StructureBase): @Nullable Int?
@Nullable @Nullable open fun getNullableInteger(@NonNull @NotNull source: @NotNull StructureBase): @Nullable BigInteger?
@Nullable @Nullable open fun getNullableLong(@NonNull @NotNull source: @NotNull StructureBase): @Nullable Long?
@Nullable @Nullable open fun getNullableShort(@NonNull @NotNull source: @NotNull StructureBase): @Nullable Short?
@Nullable @Nullable open fun getNullableString(@NonNull @NotNull source: @NotNull StructureBase): @Nullable String?
@Nullable @Nullable open fun getNullableUnsignedByte(@NonNull @NotNull source: @NotNull StructureBase): @Nullable Int?
open fun getOnDeleteAction(): Int
@Nullable @Nullable open fun getOptionalValue(@NonNull @NotNull source: @NotNull StructureBase): @Nullable DataValue?
@NonNull @NotNull open fun getOwningType(): @NotNull String
@Nullable @Nullable open fun getPartnerPath(): @Nullable String?
open fun getPrecision(): Int
@NonNull @NotNull open fun getQualifiedName(): @NotNull String
@NonNull @NotNull open fun getReferentialConstraints(): @NotNull StringMap
@Nullable @Nullable open fun getRequiredValue(@NonNull @NotNull source: @NotNull StructureBase): @Nullable DataValue?
open fun getScale(): Int
open fun getShort(@NonNull @NotNull source: @NotNull StructureBase): Short
open fun getSourceLine(): Int
open fun getSrid(): Int
@NonNull @NotNull open fun getStreamLink(@NonNull @NotNull source: @NotNull StructureBase): @NotNull StreamLink
@NonNull @NotNull open fun getString(@NonNull @NotNull source: @NotNull StructureBase): @NotNull String
@NonNull @NotNull open fun getStructureType(): @NotNull StructureType
open fun getSystemFlags(): Int
@NonNull @NotNull open fun getType(): @NotNull DataType
open fun getUnsignedByte(@NonNull @NotNull source: @NotNull StructureBase): Int
@Nullable @Nullable open fun getValue(@NonNull @NotNull source: @NotNull StructureBase): @Nullable DataValue?
static val HAS_FOREIGN_KEYS_IN_SOURCE: Int
static val HAS_FOREIGN_KEYS_IN_TARGET: Int
static val HAS_NO_FOREIGN_KEYS: Int
open fun hasForeignKeys(): Int
open fun isCollection(): Boolean
open fun isExtension(): Boolean
open fun isForeignKey(): Boolean
open fun isImmutable(): Boolean
open fun isKey(): Boolean
open fun isNavigation(): Boolean
open fun isNullable(): Boolean
open fun isOptimistic(): Boolean
open fun isPersistent(): Boolean
open fun isRemoved(): Boolean
open fun isStream(): Boolean
open fun isStructural(): Boolean
open fun isUnicode(): Boolean
static val ON_DELETE_CASCADE: Int
static val ON_DELETE_RESTRICT: Int
static val ON_DELETE_SET_DEFAULT: Int
static val ON_DELETE_SET_NULL: Int
@NonNull @NotNull open fun path(@NonNull @NotNull child: @NotNull Property): @NotNull DataPath
open fun setBasicList(@NonNull @NotNull target: @NotNull StructureBase, @NonNull @NotNull value: @NotNull DataValueList): Unit
open fun setBinary(@NonNull @NotNull target: @NotNull StructureBase, @NonNull @NotNull value: ByteArray): Unit
open fun setBoolean(@NonNull @NotNull target: @NotNull StructureBase, value: Boolean): Unit
open fun setByte(@NonNull @NotNull target: @NotNull StructureBase, value: Byte): Unit
open fun setCanBeRemoved(value: Boolean): Unit
open fun setColumn(@Nullable @Nullable value: @Nullable String?): Unit
open fun setColumnType(@Nullable @Nullable value: @Nullable String?): Unit
open fun setComplex(@NonNull @NotNull target: @NotNull StructureBase, @NonNull @NotNull value: @NotNull ComplexValue): Unit
open fun setComplexList(@NonNull @NotNull target: @NotNull StructureBase, @NonNull @NotNull value: @NotNull ComplexValueList): Unit
open fun setContainsTarget(value: Boolean): Unit
open fun setCustomPath(@Nullable @Nullable value: @Nullable CustomPath?): Unit
open fun setDecimal(@NonNull @NotNull target: @NotNull StructureBase, @NonNull @NotNull value: @NotNull BigDecimal): Unit
open fun setDefaultValue(@Nullable @Nullable value: @Nullable DataValue?): Unit
open fun setDouble(@NonNull @NotNull target: @NotNull StructureBase, value: Double): Unit
open fun setEntity(@NonNull @NotNull target: @NotNull StructureBase, @NonNull @NotNull value: @NotNull EntityValue): Unit
open fun setEntityList(@NonNull @NotNull target: @NotNull StructureBase, @NonNull @NotNull value: @NotNull EntityValueList): Unit
open fun setEnum(@NonNull @NotNull target: @NotNull StructureBase, @NonNull @NotNull value: @NotNull EnumValue): Unit
open fun setExtension(value: Boolean): Unit
open fun setFloat(@NonNull @NotNull target: @NotNull StructureBase, value: Float): Unit
open fun setForeignKey(value: Boolean): Unit
open fun setForeignKeys(value: Int): Unit
open fun setGuid(@NonNull @NotNull target: @NotNull StructureBase, @NonNull @NotNull value: @NotNull GuidValue): Unit
open fun setId(value: Int): Unit
open fun setImmutable(value: Boolean): Unit
open fun setInt(@NonNull @NotNull target: @NotNull StructureBase, value: Int): Unit
open fun setInteger(@NonNull @NotNull target: @NotNull StructureBase, @NonNull @NotNull value: @NotNull BigInteger): Unit
open fun setKey(value: Boolean): Unit
open fun setLong(@NonNull @NotNull target: @NotNull StructureBase, value: Long): Unit
open fun setMaxLength(value: Int): Unit
open fun setMinLength(value: Int): Unit
open fun setName(@NonNull @NotNull value: @NotNull String): Unit
open fun setNullable(value: Boolean): Unit
open fun setNullableBinary(@NonNull @NotNull target: @NotNull StructureBase, @Nullable @Nullable value: ByteArray?): Unit
open fun setNullableBoolean(@NonNull @NotNull target: @NotNull StructureBase, @Nullable @Nullable value: @Nullable Boolean?): Unit
open fun setNullableByte(@NonNull @NotNull target: @NotNull StructureBase, @Nullable @Nullable value: @Nullable Byte?): Unit
open fun setNullableComplex(@NonNull @NotNull target: @NotNull StructureBase, @Nullable @Nullable value: @Nullable ComplexValue?): Unit
open fun setNullableDecimal(@NonNull @NotNull target: @NotNull StructureBase, @Nullable @Nullable value: @Nullable BigDecimal?): Unit
open fun setNullableDouble(@NonNull @NotNull target: @NotNull StructureBase, @Nullable @Nullable value: @Nullable Double?): Unit
open fun setNullableEntity(@NonNull @NotNull target: @NotNull StructureBase, @Nullable @Nullable value: @Nullable EntityValue?): Unit
open fun setNullableEnum(@NonNull @NotNull target: @NotNull StructureBase, @Nullable @Nullable value: @Nullable EnumValue?): Unit
open fun setNullableFloat(@NonNull @NotNull target: @NotNull StructureBase, @Nullable @Nullable value: @Nullable Float?): Unit
open fun setNullableGuid(@NonNull @NotNull target: @NotNull StructureBase, @Nullable @Nullable value: @Nullable GuidValue?): Unit
open fun setNullableInt(@NonNull @NotNull target: @NotNull StructureBase, @Nullable @Nullable value: @Nullable Int?): Unit
open fun setNullableInteger(@NonNull @NotNull target: @NotNull StructureBase, @Nullable @Nullable value: @Nullable BigInteger?): Unit
open fun setNullableLong(@NonNull @NotNull target: @NotNull StructureBase, @Nullable @Nullable value: @Nullable Long?): Unit
open fun setNullableShort(@NonNull @NotNull target: @NotNull StructureBase, @Nullable @Nullable value: @Nullable Short?): Unit
open fun setNullableString(@NonNull @NotNull target: @NotNull StructureBase, @Nullable @Nullable value: @Nullable String?): Unit
open fun setNullableUnsignedByte(@NonNull @NotNull target: @NotNull StructureBase, @Nullable @Nullable value: @Nullable Int?): Unit
open fun setOnDeleteAction(value: Int): Unit
open fun setOptimistic(value: Boolean): Unit
open fun setOwningType(@NonNull @NotNull value: @NotNull String): Unit
open fun setPartnerPath(@Nullable @Nullable value: @Nullable String?): Unit
open fun setPrecision(value: Int): Unit
open fun setReferentialConstraints(@NonNull @NotNull value: @NotNull StringMap): Unit
open fun setRemoved(value: Boolean): Unit
open fun setScale(value: Int): Unit
open fun setShort(@NonNull @NotNull target: @NotNull StructureBase, value: Short): Unit
open fun setSourceLine(value: Int): Unit
open fun setSrid(value: Int): Unit
open fun setString(@NonNull @NotNull target: @NotNull StructureBase, @NonNull @NotNull value: @NotNull String): Unit
open fun setSystemFlags(value: Int): Unit
open fun setType(@NonNull @NotNull value: @NotNull DataType): Unit
open fun setUnicode(value: Boolean): Unit
open fun setUnsignedByte(@NonNull @NotNull target: @NotNull StructureBase, value: Int): Unit
open fun setValue(@NonNull @NotNull target: @NotNull StructureBase, @Nullable @Nullable value: @Nullable DataValue?): Unit
@NonNull @NotNull open fun toPath(): @NotNull DataPath
@NonNull @NotNull open fun toString(): @NotNull String
@NonNull @NotNull open fun unwrap(): @NotNull DataValue
@NonNull @NotNull open fun urlString(): @NotNull String
open class PropertyList : ListBase, MutableIterable<Property!>
open class PropertyMap : MapBase
abstract class PropertyPath : QueryValue
open class PropertyPathList : ListBase, MutableIterable<PropertyPath!>
abstract class ProviderInternal
abstract class ProxyInternal
open class QueryAlias : DataValue
open class QueryFilter : DataValue
abstract class QueryFormatter
Module Contents
QueryFormatter()
@NonNull @NotNull open static fun format(@NonNull @NotNull query: @NotNull DataQuery, @NonNull @NotNull context: @NotNull DataContext): @NotNull String
@NonNull @NotNull open static fun formatCanonicalURL(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull context: @NotNull DataContext): @NotNull String
@NonNull @NotNull open static fun formatCanonicalURL(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull context: @NotNull DataContext, absolute: Boolean): @NotNull String
@NonNull @NotNull open static fun formatDataValue(@Nullable @Nullable value: @Nullable DataValue?, @NonNull @NotNull context: @NotNull DataContext): @NotNull String
@NonNull @NotNull open static fun formatEditLink(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull context: @NotNull DataContext): @NotNull String
@NonNull @NotNull open static fun formatEntityID(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull context: @NotNull DataContext): @NotNull String
@NonNull @NotNull open static fun formatEntityKey(@NonNull @NotNull entityKey: @NotNull EntityKey, @NonNull @NotNull entityType: @NotNull EntityType, @NonNull @NotNull context: @NotNull DataContext): @NotNull String
@NonNull @NotNull open static fun formatReadLink(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull context: @NotNull DataContext): @NotNull String
open class QueryFunction
Module Contents
QueryFunction()
@NonNull @NotNull open static fun asType(@NonNull @NotNull type: @NotNull DataType): @NotNull QueryValue
@NonNull @NotNull open static fun asType(@NonNull @NotNull type: @NotNull DataType, @Nullable @Nullable value: @Nullable DataValue?): @NotNull QueryValue
@NonNull @NotNull open static fun ceiling(@NonNull @NotNull value: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open static fun concat(@NonNull @NotNull left: @NotNull DataValue, @NonNull @NotNull right: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open static fun contains(@NonNull @NotNull value: @NotNull DataValue, @NonNull @NotNull searchValue: @NotNull DataValue): @NotNull QueryFilter
@NonNull @NotNull open static fun custom(@NonNull @NotNull name: @NotNull String, @NonNull @NotNull arguments: @NotNull DataValueList): @NotNull QueryValue
@NonNull @NotNull open static fun date(@NonNull @NotNull value: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open static fun day(@NonNull @NotNull value: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open static fun endsWith(@NonNull @NotNull value: @NotNull DataValue, @NonNull @NotNull suffix: @NotNull DataValue): @NotNull QueryFilter
@NonNull @NotNull open static fun floor(@NonNull @NotNull value: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open static fun forCode(code: Int): @NotNull QueryFunction
@NonNull @NotNull open static fun forName(@NonNull @NotNull name: @NotNull String): @NotNull QueryFunction
@NonNull @NotNull open static fun fractionalSeconds(@NonNull @NotNull value: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull static val functionMap: @NotNull QueryFunctionMap
@NonNull @NotNull open static fun geoDistance(@NonNull @NotNull from: @NotNull DataValue, @NonNull @NotNull to: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open static fun geoIntersects(@NonNull @NotNull point: @NotNull DataValue, @NonNull @NotNull polygon: @NotNull DataValue): @NotNull QueryFilter
@NonNull @NotNull open static fun geoLength(@NonNull @NotNull value: @NotNull DataValue): @NotNull QueryValue
open fun getCode(): Int
open fun getMaxArity(): Int
open fun getMinArity(): Int
@NonNull @NotNull open fun getName(): @NotNull String
@NonNull @NotNull open static fun hour(@NonNull @NotNull value: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open static fun indexOf(@NonNull @NotNull value: @NotNull DataValue, @NonNull @NotNull searchValue: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open static fun isType(@NonNull @NotNull type: @NotNull DataType): @NotNull QueryFilter
@NonNull @NotNull open static fun isType(@NonNull @NotNull type: @NotNull DataType, @Nullable @Nullable value: @Nullable DataValue?): @NotNull QueryFilter
@NonNull @NotNull open static fun maxDateTime(): @NotNull QueryValue
@NonNull @NotNull open static fun minDateTime(): @NotNull QueryValue
@NonNull @NotNull open static fun minute(@NonNull @NotNull value: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open static fun month(@NonNull @NotNull value: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open static fun now(): @NotNull QueryValue
@NonNull @NotNull open static fun round(@NonNull @NotNull value: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open static fun second(@NonNull @NotNull value: @NotNull DataValue): @NotNull QueryValue
open fun setCode(value: Int): Unit
open fun setMaxArity(value: Int): Unit
open fun setMinArity(value: Int): Unit
open fun setName(@NonNull @NotNull value: @NotNull String): Unit
@NonNull @NotNull open static fun startsWith(@NonNull @NotNull value: @NotNull DataValue, @NonNull @NotNull prefix: @NotNull DataValue): @NotNull QueryFilter
@NonNull @NotNull open static fun stringLength(@NonNull @NotNull value: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open static fun substring(@NonNull @NotNull value: @NotNull DataValue, @NonNull @NotNull start: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open static fun substring(@NonNull @NotNull value: @NotNull DataValue, @NonNull @NotNull start: @NotNull DataValue, @Nullable @Nullable length: @Nullable DataValue?): @NotNull QueryValue
@NonNull @NotNull open static fun time(@NonNull @NotNull value: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open static fun toLower(@NonNull @NotNull value: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open fun toString(): @NotNull String
@NonNull @NotNull open static fun totalOffsetMinutes(@NonNull @NotNull value: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open static fun toUpper(@NonNull @NotNull value: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open static fun trim(@NonNull @NotNull value: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open static fun year(@NonNull @NotNull value: @NotNull DataValue): @NotNull QueryValue
open class QueryFunctionCall : DataValue
abstract class QueryFunctionCode
open class QueryFunctionList : ListBase, MutableIterable<QueryFunction!>
open class QueryFunctionMap : MapBase
abstract class QueryInternal
Module Contents
QueryInternal()
@Nullable @Nullable open static fun applyFunction(@NonNull @NotNull call: @NotNull QueryFunctionCall, @Nullable @Nullable context: @Nullable StructureBase?): @Nullable DataValue?
@Nullable @Nullable open static fun applyOperator(@NonNull @NotNull call: @NotNull QueryOperatorCall, @Nullable @Nullable context: @Nullable StructureBase?): @Nullable DataValue?
open static fun clearFlagRecursively(@NonNull @NotNull query: @NotNull DataQuery, flag: Int): Unit
@Nullable @Nullable open static fun evaluate(@Nullable @Nullable value: @Nullable DataValue?, @Nullable @Nullable context: @Nullable StructureBase?): @Nullable DataValue?
@Nullable @Nullable open static fun evaluatePath(@NonNull @NotNull path: @NotNull DataPath, @Nullable @Nullable context: @Nullable StructureBase?): @Nullable DataValue?
@Nullable @Nullable open static fun evaluateString(@Nullable @Nullable value: @Nullable DataValue?, @Nullable @Nullable context: @Nullable StructureBase?): @Nullable StringValue?
open static fun getReferenced(@NonNull @NotNull properties: @NotNull StringSet, @Nullable @Nullable functions: @Nullable StringSet?, @Nullable @Nullable operators: @Nullable StringSet?, @Nullable @Nullable value: @Nullable DataValue?): Unit
open static fun immutableFilter(@NonNull @NotNull entityType: @NotNull EntityType, @Nullable @Nullable queryFilter: @Nullable QueryFilter?): Boolean
open static fun matchFilter(@Nullable @Nullable filter: @Nullable QueryFilter?, @NonNull @NotNull context: @NotNull StructureBase): Boolean
open static fun setFlagRecursively(@NonNull @NotNull query: @NotNull DataQuery, flag: Int): Unit
@Nullable @Nullable open static fun sparseIndexMap(@NonNull @NotNull query: @NotNull DataQuery): @Nullable SparseIndexMap?
open class QueryOperator
Module Contents
QueryOperator()
@NonNull @NotNull open static fun add(@NonNull @NotNull left: @NotNull DataValue, @NonNull @NotNull right: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open static fun all(@NonNull @NotNull value: @NotNull DataValue, @NonNull @NotNull lambda: @NotNull DataPath, @NonNull @NotNull match: @NotNull QueryFilter): @NotNull QueryFilter
@NonNull @NotNull open static fun and(@NonNull @NotNull left: @NotNull DataValue, @NonNull @NotNull right: @NotNull DataValue): @NotNull QueryFilter
@NonNull @NotNull open static fun any(@NonNull @NotNull value: @NotNull DataValue, @NonNull @NotNull lambda: @NotNull DataPath, @NonNull @NotNull match: @NotNull QueryFilter): @NotNull QueryFilter
@NonNull @NotNull open static fun divide(@NonNull @NotNull left: @NotNull DataValue, @NonNull @NotNull right: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open static fun equal(@Nullable @Nullable left: @Nullable DataValue?, @Nullable @Nullable right: @Nullable DataValue?): @NotNull QueryFilter
@NonNull @NotNull open static fun forCode(code: Int): @NotNull QueryOperator
@NonNull @NotNull open static fun forName(@NonNull @NotNull name: @NotNull String): @NotNull QueryOperator
open fun getArity(): Int
open fun getCode(): Int
@NonNull @NotNull open fun getName(): @NotNull String
open fun getPriority(): Int
@NonNull @NotNull open static fun greaterEqual(@NonNull @NotNull left: @NotNull DataValue, @NonNull @NotNull right: @NotNull DataValue): @NotNull QueryFilter
@NonNull @NotNull open static fun greaterThan(@NonNull @NotNull left: @NotNull DataValue, @NonNull @NotNull right: @NotNull DataValue): @NotNull QueryFilter
@NonNull @NotNull open static fun has(@NonNull @NotNull value: @NotNull DataValue, @NonNull @NotNull flags: @NotNull EnumValue): @NotNull QueryFilter
@NonNull @NotNull open static fun lessEqual(@NonNull @NotNull left: @NotNull DataValue, @NonNull @NotNull right: @NotNull DataValue): @NotNull QueryFilter
@NonNull @NotNull open static fun lessThan(@NonNull @NotNull left: @NotNull DataValue, @NonNull @NotNull right: @NotNull DataValue): @NotNull QueryFilter
@NonNull @NotNull open static fun modulo(@NonNull @NotNull left: @NotNull DataValue, @NonNull @NotNull right: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open static fun multiply(@NonNull @NotNull left: @NotNull DataValue, @NonNull @NotNull right: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open static fun negate(@NonNull @NotNull value: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open static fun not(@NonNull @NotNull value: @NotNull DataValue): @NotNull QueryFilter
@NonNull @NotNull open static fun notEqual(@Nullable @Nullable left: @Nullable DataValue?, @Nullable @Nullable right: @Nullable DataValue?): @NotNull QueryFilter
@NonNull @NotNull static val operatorMap: @NotNull QueryOperatorMap
@NonNull @NotNull open static fun or(@NonNull @NotNull left: @NotNull DataValue, @NonNull @NotNull right: @NotNull DataValue): @NotNull QueryFilter
@NonNull @NotNull open static fun subtract(@NonNull @NotNull left: @NotNull DataValue, @NonNull @NotNull right: @NotNull DataValue): @NotNull QueryValue
@NonNull @NotNull open fun toString(): @NotNull String
open class QueryOperatorCall : DataValue
abstract class QueryOperatorCode
open class QueryOperatorList : ListBase, MutableIterable<QueryOperator!>
open class QueryOperatorMap : MapBase
open class QueryParser
open class QueryResult
open class QueryResultException : DataException
open class QueryType : DataValue
open class QueryValue : DataValue
open class RequestBatch
Module Contents
RequestBatch()
open fun addChanges(@NonNull @NotNull changes: @NotNull ChangeSet): Unit
open fun addChanges(@NonNull @NotNull : @NotNull ChangeSet, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun addChanges(@NonNull @NotNull : @NotNull ChangeSet, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun addQuery(@NonNull @NotNull query: @NotNull DataQuery): Unit
open fun addQuery(@NonNull @NotNull : @NotNull DataQuery, @NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun addQuery(@NonNull @NotNull : @NotNull DataQuery, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): Unit
open fun addQueryResult(@NonNull @NotNull query: @NotNull DataQuery, @NonNull @NotNull result: @NotNull QueryResult): Unit
@NonNull @NotNull open fun getChangeSet(index: Int): @NotNull ChangeSet
open fun getContinueOnError(): Boolean
@NonNull @NotNull open fun getDataQuery(index: Int): @NotNull DataQuery
@Nullable @Nullable open fun getError(): @Nullable DataServiceException?
@NonNull @NotNull open fun getFunction(index: Int): @NotNull DataQuery
@NonNull @NotNull open fun getHeaders(: Int): @NotNull HttpHeaders
@NonNull @NotNull open fun getOptions(index: Int): @NotNull RequestOptions
@NonNull @NotNull open fun getQueryResult(@NonNull @NotNull query: @NotNull DataQuery): @NotNull QueryResult
open fun getStatus(): Int
@NonNull @NotNull open fun invokeFunction(@NonNull @NotNull method: @NotNull DataMethod): @NotNull DataQuery
@NonNull @NotNull open fun invokeFunction(@NonNull @NotNull method: @NotNull DataMethod, @NonNull @NotNull parameters: @NotNull ParameterList): @NotNull DataQuery
@NonNull @NotNull open fun invokeFunction(@NonNull @NotNull : @NotNull DataMethod, @NonNull @NotNull : @NotNull ParameterList, @NonNull @NotNull : @NotNull HttpHeaders): @NotNull DataQuery
@NonNull @NotNull open fun invokeFunction(@NonNull @NotNull : @NotNull DataMethod, @NonNull @NotNull : @NotNull ParameterList, @NonNull @NotNull : @NotNull HttpHeaders, @NonNull @NotNull : @NotNull RequestOptions): @NotNull DataQuery
open fun isChangeSet(index: Int): Boolean
open fun isDataQuery(index: Int): Boolean
open fun isFunction(index: Int): Boolean
open fun setContinueOnError(value: Boolean): Unit
open fun setError(@Nullable @Nullable value: @Nullable DataServiceException?): Unit
open fun setStatus(value: Int): Unit
open fun size(): Int
open class RequestCancelledException : DataException
open class RequestOptions
open class SelectItem
open class SelectItemList : ListBase, MutableIterable<SelectItem!>
open class ServiceOptions
abstract class SetBase
open class ShortList : ListBase, MutableIterable<Short!>
open class ShortValue : DataValue
open class SimpleType : DataType
open class SimpleTypeList : ListBase, MutableIterable<SimpleType!>
open class SimpleTypeMap : MapBase
abstract class Single
open class SortItem
open class SortItemList : ListBase, MutableIterable<SortItem!>
class SortOrder
abstract class StreamBase : DataValue
open class StreamLink : DataValue
open class StreamProperty : Property
open class StringList : ListBase, MutableIterable<String!>
open class StringMap : MapBase
open class StringSet : SetBase
open class StringValue : DataValue
open class StructuralProperty : Property
abstract class StructureBase : DataValue
Module Contents
StructureBase()
@NonNull @NotNull open fun getAnnotations(): @NotNull AnnotationMap
@Nullable @Nullable open fun getDataValue(@NonNull @NotNull path: @NotNull PropertyPath): @Nullable DataValue?
@Nullable @Nullable open fun getDynamic(@NonNull @NotNull name: @NotNull String): @Nullable DataValue?
@NonNull @NotNull open fun getDynamicProperties(): @NotNull DataValueMap
@Nullable @Nullable open fun getNextLink(@NonNull @NotNull path: @NotNull PropertyPath): @Nullable String?
@Nullable @Nullable open fun getOptionalValue(@NonNull @NotNull path: @NotNull PropertyPath): @Nullable DataValue?
@NonNull @NotNull open fun getRequiredValue(@NonNull @NotNull path: @NotNull PropertyPath): @NotNull DataValue
@NonNull @NotNull open fun getStreamLink(@NonNull @NotNull property: @NotNull Property): @NotNull StreamLink
@NonNull @NotNull open fun getStructureType(): @NotNull StructureType
@Nullable @Nullable open fun getValuePath(): @Nullable String?
open fun hasDataType(@NonNull @NotNull type: @NotNull DataType): Boolean
open fun hasDataValue(@NonNull @NotNull property: @NotNull Property): Boolean
open fun hasDynamicProperties(): Boolean
open fun hasNextLink(@NonNull @NotNull property: @NotNull Property): Boolean
open fun isProxy(): Boolean
open fun setAnnotations(@NonNull @NotNull value: @NotNull AnnotationMap): Unit
open fun setDataValue(@NonNull @NotNull property: @NotNull Property, @Nullable @Nullable value: @Nullable DataValue?): Unit
fun setDefaultValues(): Unit
fun setDefaultValues(nestedComplex: Boolean): Unit
fun setDefaultValues(nestedComplex: Boolean, nestedEntity: Boolean): Unit
fun setDefaultValues(nestedComplex: Boolean, nestedEntity: Boolean, defaultOptional: Boolean): Unit
fun setDefaultValues(nestedComplex: Boolean, nestedEntity: Boolean, defaultOptional: Boolean, defaultRequired: Boolean): Unit
fun setDefaultValues(nestedComplex: Boolean, nestedEntity: Boolean, defaultOptional: Boolean, defaultRequired: Boolean, skipConstraints: Boolean): Unit
open fun setDynamic(@NonNull @NotNull name: @NotNull String, @Nullable @Nullable value: @Nullable DataValue?): Unit
open fun setDynamicProperties(@NonNull @NotNull value: @NotNull DataValueMap): Unit
open fun setOptionalValue(@NonNull @NotNull property: @NotNull Property, @Nullable @Nullable value: @Nullable DataValue?): Unit
open fun setRequiredValue(@NonNull @NotNull property: @NotNull Property, @NonNull @NotNull value: @NotNull DataValue): Unit
open fun setUnsafeValue(@NonNull @NotNull property: @NotNull Property, @Nullable @Nullable value: @Nullable DataValue?): Unit
open fun setValuePath(@Nullable @Nullable value: @Nullable String?): Unit
open fun unsetDataValue(@NonNull @NotNull property: @NotNull Property): Unit
abstract class StructureType : DataType
open class StructureTypeList : ListBase, MutableIterable<StructureType!>
open class StructureTypeMap : MapBase
abstract class SystemKey
abstract class ToJSON
open class TopTransform : AmountTransform
open class TransformValue : QueryValue
open class TransformValueList : ListBase, MutableIterable<TransformValue!>
open class TypeFacets
open class UnsignedByte : DataValue
open class UnsignedByteList : ListBase, MutableIterable<Int!>
open class UnsignedShort : DataValue
open class UnsignedShortList : ListBase, MutableIterable<Int!>
class UpdateMode
open class YearMonthDuration : DataValue
open class YearMonthDurationList : ListBase, MutableIterable<YearMonthDuration!>
package com.sap.cloud.mobile.odata.atom
Module Contents
open class AtomDeltaStream : DeltaStream
open class AtomException : DataFormatException
abstract class AtomValue
Module Contents
AtomValue()
@NonNull @NotNull open static fun entryDocument(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull context: @NotNull DataContext): @NotNull XmlDocument
@NonNull @NotNull open static fun errorResponse(@NonNull @NotNull element: @NotNull XmlElement, @NonNull @NotNull context: @NotNull DataContext): @NotNull ErrorResponse
@NonNull @NotNull open static fun feedDocument(@NonNull @NotNull list: @NotNull EntityValueList, @NonNull @NotNull context: @NotNull DataContext): @NotNull XmlDocument
@NonNull @NotNull open static fun formatCall(@NonNull @NotNull call: @NotNull DataMethodCall, @NonNull @NotNull context: @NotNull DataContext): @NotNull XmlDocument
@NonNull @NotNull open static fun formatDocument(@NonNull @NotNull value: @NotNull DataValue, @NonNull @NotNull context: @NotNull DataContext): @NotNull XmlDocument
@NonNull @NotNull open static fun formatLink(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull context: @NotNull DataContext): @NotNull XmlDocument
open static fun fromBasicList(@NonNull @NotNull element: @NotNull XmlElement, @NonNull @NotNull list: @NotNull DataValueList, @NonNull @NotNull context: @NotNull DataContext): Unit
open static fun fromComplexList(@NonNull @NotNull element: @NotNull XmlElement, @NonNull @NotNull list: @NotNull ComplexValueList, @NonNull @NotNull context: @NotNull DataContext): Unit
open static fun fromComplexValue(@NonNull @NotNull element: @NotNull XmlElement, @Nullable @Nullable complex: @Nullable ComplexValue?, @NonNull @NotNull context: @NotNull DataContext): Unit
open static fun fromDataValue(@NonNull @NotNull element: @NotNull XmlElement, @Nullable @Nullable value: @Nullable DataValue?, @NonNull @NotNull context: @NotNull DataContext): Unit
open static fun fromEntityList(@NonNull @NotNull feed: @NotNull XmlElement, @NonNull @NotNull list: @NotNull EntityValueList, @NonNull @NotNull context: @NotNull DataContext): Unit
open static fun fromEntityValue(@NonNull @NotNull entry: @NotNull XmlElement, @Nullable @Nullable entity: @Nullable EntityValue?, @NonNull @NotNull context: @NotNull DataContext): Unit
@Nullable @Nullable open static fun parseDocument(@Nullable @Nullable element: @Nullable XmlElement?, @NonNull @NotNull type: @NotNull DataType, @NonNull @NotNull context: @NotNull DataContext): @Nullable DataValue?
@NonNull @NotNull open static fun parseLink(@NonNull @NotNull element: @NotNull XmlElement, @NonNull @NotNull type: @NotNull EntityType, @NonNull @NotNull context: @NotNull DataContext): @NotNull EntityValue
@NonNull @NotNull open static fun parseLinks(@NonNull @NotNull element: @NotNull XmlElement, @NonNull @NotNull type: @NotNull EntityType, @NonNull @NotNull context: @NotNull DataContext): @NotNull EntityValueList
@NonNull @NotNull open static fun parseReference(@NonNull @NotNull uri: @NotNull String, @NonNull @NotNull entityType: @NotNull EntityType, @NonNull @NotNull entitySet: @NotNull EntitySet, @NonNull @NotNull context: @NotNull DataContext): @NotNull EntityValue
@NonNull @NotNull open static fun parseReference(@NonNull @NotNull uri: @NotNull String, @NonNull @NotNull entityType: @NotNull EntityType, @NonNull @NotNull entitySet: @NotNull EntitySet, @NonNull @NotNull context: @NotNull DataContext, binding: Boolean): @NotNull EntityValue
@NonNull @NotNull open static fun toBasicList(@Nullable @Nullable element: @Nullable XmlElement?, @NonNull @NotNull type: @NotNull DataType, @NonNull @NotNull context: @NotNull DataContext): @NotNull DataValueList
@NonNull @NotNull open static fun toComplexList(@Nullable @Nullable element: @Nullable XmlElement?, @NonNull @NotNull type: @NotNull DataType, @NonNull @NotNull context: @NotNull DataContext): @NotNull ComplexValueList
@Nullable @Nullable open static fun toComplexValue(@Nullable @Nullable element: @Nullable XmlElement?, @NonNull @NotNull type: @NotNull ComplexType, @NonNull @NotNull context: @NotNull DataContext): @Nullable ComplexValue?
@Nullable @Nullable open static fun toDataValue(@Nullable @Nullable element: @Nullable XmlElement?, @NonNull @NotNull type: @NotNull DataType, @NonNull @NotNull context: @NotNull DataContext): @Nullable DataValue?
@NonNull @NotNull open static fun toEntityList(@Nullable @Nullable feed: @Nullable XmlElement?, @NonNull @NotNull type: @NotNull DataType, @NonNull @NotNull context: @NotNull DataContext): @NotNull EntityValueList
@Nullable @Nullable open static fun toEntityValue(@Nullable @Nullable entry: @Nullable XmlElement?, @NonNull @NotNull type: @NotNull EntityType, @NonNull @NotNull context: @NotNull DataContext): @Nullable EntityValue?
abstract class GeoAtom
package com.sap.cloud.mobile.odata.core
Module Contents
interface Action0
interface Action1<T1 : Any!>
interface Action2<T1 : Any!, T2 : Any!>
interface Action3<T1 : Any!, T2 : Any!, T3 : Any!>
interface Action4<T1 : Any!, T2 : Any!, T3 : Any!, T4 : Any!>
interface Action5<T1 : Any!, T2 : Any!, T3 : Any!, T4 : Any!, T5 : Any!>
interface Action6<T1 : Any!, T2 : Any!, T3 : Any!, T4 : Any!, T5 : Any!, T6 : Any!>
interface Action7<T1 : Any!, T2 : Any!, T3 : Any!, T4 : Any!, T5 : Any!, T6 : Any!, T7 : Any!>
interface Action8<T1 : Any!, T2 : Any!, T3 : Any!, T4 : Any!, T5 : Any!, T6 : Any!, T7 : Any!, T8 : Any!>
interface Action9<T1 : Any!, T2 : Any!, T3 : Any!, T4 : Any!, T5 : Any!, T6 : Any!, T7 : Any!, T8 : Any!, T9 : Any!>
open class AndroidSystem
abstract class AnyAsObject
abstract class AnyIsObject
abstract class ASCII
abstract class Assert
open class AssertException : FatalException
open class AtomicBoolean
open class AtomicInt
abstract class Base16Binary
abstract class Base64Binary
abstract class BinaryConstant
abstract class BinaryDefault
abstract class BinaryFunction
open class BinaryIndexException : FatalException
abstract class BinaryOperator
open class BinarySemaphore
open class BlockingQueue
open class BooleanArray
abstract class BooleanDefault
abstract class BooleanFunction
abstract class BooleanOperator
open class ByteBuffer
abstract class ByteConstant
abstract class ByteDefault
abstract class ByteFunction
abstract class ByteMath
abstract class ByteOperator
Module Contents
ByteOperator()
open static fun add(left: Byte, right: Byte): Byte
open static fun compare(left: Byte, right: Byte): Int
open static fun divide(left: Byte, right: Byte): Byte
open static fun equal(left: Byte, right: Byte): Boolean
open static fun greaterEqual(left: Byte, right: Byte): Boolean
open static fun greaterThan(left: Byte, right: Byte): Boolean
open static fun lessEqual(left: Byte, right: Byte): Boolean
open static fun lessThan(left: Byte, right: Byte): Boolean
open static fun multiply(left: Byte, right: Byte): Byte
open static fun negate(value: Byte): Byte
open static fun notEqual(left: Byte, right: Byte): Boolean
open static fun remainder(left: Byte, right: Byte): Byte
open static fun subtract(left: Byte, right: Byte): Byte
open class CastException : FatalException
open class CharBuffer
Module Contents
CharBuffer()
CharBuffer(capacity: Int)
fun add(value: Char): Unit
fun append(@Nullable @Nullable text: @Nullable String?): Unit
fun clear(): Unit
fun get(index: Int): Char
fun getLength(): Int
@NonNull @NotNull fun getRange(start: Int, end: Int): @NotNull String
@NonNull @NotNull open fun internalArray(): CharArray
@NonNull @NotNull static fun join2(@Nullable @Nullable text1: @Nullable String?, @Nullable @Nullable text2: @Nullable String?): @NotNull String
@NonNull @NotNull static fun join3(@Nullable @Nullable text1: @Nullable String?, @Nullable @Nullable text2: @Nullable String?, @Nullable @Nullable text3: @Nullable String?): @NotNull String
@NonNull @NotNull static fun join4(@Nullable @Nullable text1: @Nullable String?, @Nullable @Nullable text2: @Nullable String?, @Nullable @Nullable text3: @Nullable String?, @Nullable @Nullable text4: @Nullable String?): @NotNull String
@NonNull @NotNull static fun join5(@Nullable @Nullable text1: @Nullable String?, @Nullable @Nullable text2: @Nullable String?, @Nullable @Nullable text3: @Nullable String?, @Nullable @Nullable text4: @Nullable String?, @Nullable @Nullable text5: @Nullable String?): @NotNull String
@NonNull @NotNull static fun join6(@Nullable @Nullable text1: @Nullable String?, @Nullable @Nullable text2: @Nullable String?, @Nullable @Nullable text3: @Nullable String?, @Nullable @Nullable text4: @Nullable String?, @Nullable @Nullable text5: @Nullable String?, @Nullable @Nullable text6: @Nullable String?): @NotNull String
@NonNull @NotNull static fun join7(@Nullable @Nullable text1: @Nullable String?, @Nullable @Nullable text2: @Nullable String?, @Nullable @Nullable text3: @Nullable String?, @Nullable @Nullable text4: @Nullable String?, @Nullable @Nullable text5: @Nullable String?, @Nullable @Nullable text6: @Nullable String?, @Nullable @Nullable text7: @Nullable String?): @NotNull String
@NonNull @NotNull static fun join8(@Nullable @Nullable text1: @Nullable String?, @Nullable @Nullable text2: @Nullable String?, @Nullable @Nullable text3: @Nullable String?, @Nullable @Nullable text4: @Nullable String?, @Nullable @Nullable text5: @Nullable String?, @Nullable @Nullable text6: @Nullable String?, @Nullable @Nullable text7: @Nullable String?, @Nullable @Nullable text8: @Nullable String?): @NotNull String
@NonNull @NotNull static fun join9(@Nullable @Nullable text1: @Nullable String?, @Nullable @Nullable text2: @Nullable String?, @Nullable @Nullable text3: @Nullable String?, @Nullable @Nullable text4: @Nullable String?, @Nullable @Nullable text5: @Nullable String?, @Nullable @Nullable text6: @Nullable String?, @Nullable @Nullable text7: @Nullable String?, @Nullable @Nullable text8: @Nullable String?, @Nullable @Nullable text9: @Nullable String?): @NotNull String
fun reverse(): Unit
fun set(index: Int, value: Char): Unit
fun setLength(value: Int): Unit
fun setRange(index: Int, @NonNull @NotNull value: @NotNull String): Unit
@NonNull @NotNull fun toString(): @NotNull String
@NonNull @NotNull open static fun withArray(@NonNull @NotNull chars: CharArray): @NotNull CharBuffer
@NonNull @NotNull open static fun withArray(@NonNull @NotNull chars: CharArray, length: Int): @NotNull CharBuffer
abstract class CharDefault
abstract class CharFunction
abstract class CharOperator
abstract class CheckProperty
abstract class ClassName
abstract class Comparer
open class ConditionVariable
open class CountingSemaphore
abstract class CurrentProcess
abstract class CurrentThread
abstract class DataCompression
abstract class DebugAddress
abstract class DebugConsole
Module Contents
DebugConsole()
open static fun append(@NonNull @NotNull file: @NotNull String): Unit
open static fun close(): Unit
open static fun debug(@NonNull @NotNull message: @NotNull String): Unit
open static fun debug(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?): Unit
open static fun debug(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?, dump: Boolean): Unit
open static fun dumpStack(): Unit
open static fun dumpStack(@NonNull @NotNull message: @NotNull String): Unit
open static fun error(@NonNull @NotNull message: @NotNull String): Unit
open static fun error(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?): Unit
open static fun error(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?, dump: Boolean): Unit
open static fun flush(): Unit
@NonNull @NotNull open static fun getCaptured(): @NotNull String
open static fun info(@NonNull @NotNull message: @NotNull String): Unit
open static fun info(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?): Unit
open static fun info(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?, dump: Boolean): Unit
open static fun log(@NonNull @NotNull message: @NotNull String): Unit
open static fun log(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?): Unit
open static fun log(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?, dump: Boolean): Unit
open static fun mainException(@NonNull @NotNull cause: @NotNull RuntimeException): Unit
open static fun open(@NonNull @NotNull file: @NotNull String): Unit
open static fun startCapture(): Unit
open static fun stopCapture(): Unit
open static fun trace(@NonNull @NotNull message: @NotNull String): Unit
open static fun trace(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?): Unit
open static fun trace(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?, dump: Boolean): Unit
open static fun traceEx(@NonNull @NotNull cause: @NotNull RuntimeException): Unit
open static fun traceIn(@NonNull @NotNull method: @NotNull String): Unit
open static fun traceOut(@NonNull @NotNull method: @NotNull String): Unit
open static fun warn(@NonNull @NotNull message: @NotNull String): Unit
open static fun warn(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?): Unit
open static fun warn(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?, dump: Boolean): Unit
abstract class DecimalConstant
abstract class DecimalDefault
abstract class DecimalFunction
abstract class DecimalMath
abstract class DecimalOperator
Module Contents
DecimalOperator()
@NonNull @NotNull open static fun add(@NonNull @NotNull left: @NotNull BigDecimal, @NonNull @NotNull right: @NotNull BigDecimal): @NotNull BigDecimal
open static fun compare(@NonNull @NotNull left: @NotNull BigDecimal, @NonNull @NotNull right: @NotNull BigDecimal): Int
@NonNull @NotNull open static fun divide(@NonNull @NotNull left: @NotNull BigDecimal, @NonNull @NotNull right: @NotNull BigDecimal): @NotNull BigDecimal
open static fun equal(@NonNull @NotNull left: @NotNull BigDecimal, @NonNull @NotNull right: @NotNull BigDecimal): Boolean
open static fun greaterEqual(@NonNull @NotNull left: @NotNull BigDecimal, @NonNull @NotNull right: @NotNull BigDecimal): Boolean
open static fun greaterThan(@NonNull @NotNull left: @NotNull BigDecimal, @NonNull @NotNull right: @NotNull BigDecimal): Boolean
open static fun lessEqual(@NonNull @NotNull left: @NotNull BigDecimal, @NonNull @NotNull right: @NotNull BigDecimal): Boolean
open static fun lessThan(@NonNull @NotNull left: @NotNull BigDecimal, @NonNull @NotNull right: @NotNull BigDecimal): Boolean
@NonNull @NotNull open static fun multiply(@NonNull @NotNull left: @NotNull BigDecimal, @NonNull @NotNull right: @NotNull BigDecimal): @NotNull BigDecimal
@NonNull @NotNull open static fun negate(@NonNull @NotNull value: @NotNull BigDecimal): @NotNull BigDecimal
open static fun notEqual(@NonNull @NotNull left: @NotNull BigDecimal, @NonNull @NotNull right: @NotNull BigDecimal): Boolean
@NonNull @NotNull open static fun remainder(@NonNull @NotNull left: @NotNull BigDecimal, @NonNull @NotNull right: @NotNull BigDecimal): @NotNull BigDecimal
@NonNull @NotNull open static fun subtract(@NonNull @NotNull left: @NotNull BigDecimal, @NonNull @NotNull right: @NotNull BigDecimal): @NotNull BigDecimal
abstract class DoubleConstant
abstract class DoubleDefault
abstract class DoubleFunction
abstract class DoubleMath
abstract class DoubleOperator
Module Contents
DoubleOperator()
open static fun add(left: Double, right: Double): Double
open static fun compare(left: Double, right: Double): Int
open static fun divide(left: Double, right: Double): Double
open static fun equal(left: Double, right: Double): Boolean
open static fun greaterEqual(left: Double, right: Double): Boolean
open static fun greaterThan(left: Double, right: Double): Boolean
open static fun lessEqual(left: Double, right: Double): Boolean
open static fun lessThan(left: Double, right: Double): Boolean
open static fun multiply(left: Double, right: Double): Double
open static fun negate(value: Double): Double
open static fun notEqual(left: Double, right: Double): Boolean
open static fun remainder(left: Double, right: Double): Double
open static fun subtract(left: Double, right: Double): Double
open class EmptyList : UntypedList
open class EmptyListException : FatalException
open class EmptyMapFromObject : MapFromObject
open class EmptyMapFromString : MapFromString
open class EmptySet : UntypedSet
abstract class Equality
abstract class ErrorFunction
abstract class ExceptionBase : RuntimeException
abstract class FatalException : ExceptionBase
abstract class FloatConstant
abstract class FloatDefault
abstract class FloatFunction
abstract class FloatMath
abstract class FloatOperator
Module Contents
FloatOperator()
open static fun add(left: Float, right: Float): Float
open static fun compare(left: Float, right: Float): Int
open static fun divide(left: Float, right: Float): Float
open static fun equal(left: Float, right: Float): Boolean
open static fun greaterEqual(left: Float, right: Float): Boolean
open static fun greaterThan(left: Float, right: Float): Boolean
open static fun lessEqual(left: Float, right: Float): Boolean
open static fun lessThan(left: Float, right: Float): Boolean
open static fun multiply(left: Float, right: Float): Float
open static fun negate(value: Float): Float
open static fun notEqual(left: Float, right: Float): Boolean
open static fun remainder(left: Float, right: Float): Float
open static fun subtract(left: Float, right: Float): Float
open class FormatException : FatalException
interface Function0<R : Any!>
interface Function1<T1 : Any!, R : Any!>
interface Function2<T1 : Any!, T2 : Any!, R : Any!>
interface Function3<T1 : Any!, T2 : Any!, T3 : Any!, R : Any!>
interface Function4<T1 : Any!, T2 : Any!, T3 : Any!, T4 : Any!, R : Any!>
interface Function5<T1 : Any!, T2 : Any!, T3 : Any!, T4 : Any!, T5 : Any!, R : Any!>
interface Function6<T1 : Any!, T2 : Any!, T3 : Any!, T4 : Any!, T5 : Any!, T6 : Any!, R : Any!>
interface Function7<T1 : Any!, T2 : Any!, T3 : Any!, T4 : Any!, T5 : Any!, T6 : Any!, T7 : Any!, R : Any!>
interface Function8<T1 : Any!, T2 : Any!, T3 : Any!, T4 : Any!, T5 : Any!, T6 : Any!, T7 : Any!, T8 : Any!, R : Any!>
interface Function9<T1 : Any!, T2 : Any!, T3 : Any!, T4 : Any!, T5 : Any!, T6 : Any!, T7 : Any!, T8 : Any!, T9 : Any!, R : Any!>
open class GenericList<T : Any!> : AbstractList<T>
open class GUID
open class GzipException : ExceptionBase
abstract class Ignore
open class ImmutableException : FatalException
open class InfinityException : FatalException
open class InstanceLogger : Logger
Module Contents
InstanceLogger(@NonNull @NotNull instance: @NotNull String, @NonNull @NotNull logger: @NotNull Logger)
open fun debug(@NonNull @NotNull message: @NotNull String): Unit
open fun debug(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?): Unit
open fun debug(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?, dump: Boolean): Unit
open fun error(@NonNull @NotNull message: @NotNull String): Unit
open fun error(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?): Unit
open fun error(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?, dump: Boolean): Unit
@NonNull @NotNull open fun getName(): @NotNull String
open fun info(@NonNull @NotNull message: @NotNull String): Unit
open fun info(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?): Unit
open fun info(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?, dump: Boolean): Unit
open fun isDebugEnabled(): Boolean
open fun isErrorEnabled(): Boolean
open fun isInfoEnabled(): Boolean
open fun isTraceEnabled(): Boolean
open fun isWarnEnabled(): Boolean
open fun trace(@NonNull @NotNull message: @NotNull String): Unit
open fun trace(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?): Unit
open fun trace(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?, dump: Boolean): Unit
open fun warn(@NonNull @NotNull message: @NotNull String): Unit
open fun warn(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?): Unit
open fun warn(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?, dump: Boolean): Unit
open class IntArray
abstract class IntConstant
abstract class IntDefault
abstract class IntegerConstant
abstract class IntegerDefault
abstract class IntegerFunction
abstract class IntegerMath
abstract class IntegerOperator
Module Contents
IntegerOperator()
@NonNull @NotNull open static fun add(@NonNull @NotNull left: @NotNull BigInteger, @NonNull @NotNull right: @NotNull BigInteger): @NotNull BigInteger
open static fun compare(@NonNull @NotNull left: @NotNull BigInteger, @NonNull @NotNull right: @NotNull BigInteger): Int
@NonNull @NotNull open static fun divide(@NonNull @NotNull left: @NotNull BigInteger, @NonNull @NotNull right: @NotNull BigInteger): @NotNull BigInteger
open static fun equal(@NonNull @NotNull left: @NotNull BigInteger, @NonNull @NotNull right: @NotNull BigInteger): Boolean
open static fun greaterEqual(@NonNull @NotNull left: @NotNull BigInteger, @NonNull @NotNull right: @NotNull BigInteger): Boolean
open static fun greaterThan(@NonNull @NotNull left: @NotNull BigInteger, @NonNull @NotNull right: @NotNull BigInteger): Boolean
open static fun lessEqual(@NonNull @NotNull left: @NotNull BigInteger, @NonNull @NotNull right: @NotNull BigInteger): Boolean
open static fun lessThan(@NonNull @NotNull left: @NotNull BigInteger, @NonNull @NotNull right: @NotNull BigInteger): Boolean
@NonNull @NotNull open static fun multiply(@NonNull @NotNull left: @NotNull BigInteger, @NonNull @NotNull right: @NotNull BigInteger): @NotNull BigInteger
@NonNull @NotNull open static fun negate(@NonNull @NotNull value: @NotNull BigInteger): @NotNull BigInteger
open static fun notEqual(@NonNull @NotNull left: @NotNull BigInteger, @NonNull @NotNull right: @NotNull BigInteger): Boolean
@NonNull @NotNull open static fun remainder(@NonNull @NotNull left: @NotNull BigInteger, @NonNull @NotNull right: @NotNull BigInteger): @NotNull BigInteger
@NonNull @NotNull open static fun subtract(@NonNull @NotNull left: @NotNull BigInteger, @NonNull @NotNull right: @NotNull BigInteger): @NotNull BigInteger
abstract class IntFunction
abstract class IntMath
abstract class IntOperator
Module Contents
IntOperator()
open static fun add(left: Int, right: Int): Int
open static fun compare(left: Int, right: Int): Int
open static fun divide(left: Int, right: Int): Int
open static fun equal(left: Int, right: Int): Boolean
open static fun greaterEqual(left: Int, right: Int): Boolean
open static fun greaterThan(left: Int, right: Int): Boolean
open static fun lessEqual(left: Int, right: Int): Boolean
open static fun lessThan(left: Int, right: Int): Boolean
open static fun multiply(left: Int, right: Int): Int
open static fun negate(value: Int): Int
open static fun notEqual(left: Int, right: Int): Boolean
open static fun remainder(left: Int, right: Int): Int
open static fun subtract(left: Int, right: Int): Int
abstract class JavaBean
abstract class ListConverter
abstract class ListFunction
Module Contents
ListFunction()
open static fun <T : Any!> add(value: MutableList<T>!, item: T): Unit
open static fun <T : Any!> addAll(value: MutableList<T>!, list: MutableList<T>!): Unit
open static fun <T : Any!> addThis(value: MutableList<T>!, item: T): MutableList<T>!
open static fun <T : Any!> clear(value: MutableList<T>!): Unit
open static fun <T : Any!> copy(value: MutableList<T>!): MutableList<T>!
open static fun <T : Any!> equals(value: MutableList<T>!, list: MutableList<T>!): Boolean
open static fun <T : Any!> first(value: MutableList<T>!): T
open static fun <T : Any!> get(value: MutableList<T>!, index: Int): T
open static fun <T : Any!> hashCode(value: MutableList<T>!): Int
open static fun <T : Any!> includes(value: MutableList<T>!, item: T): Boolean
open static fun <T : Any!> indexOf(value: MutableList<T>!, item: T): Int
open static fun <T : Any!> insertAll(value: MutableList<T>!, index: Int, list: MutableList<T>!): Unit
open static fun <T : Any!> insertAt(value: MutableList<T>!, index: Int, item: T): Unit
open static fun <T : Any!> last(value: MutableList<T>!): T
open static fun <T : Any!> lastIndexOf(value: MutableList<T>!, item: T): Int
open static fun <T : Any!> removeAt(value: MutableList<T>!, index: Int): Unit
open static fun <T : Any!> removeFirst(value: MutableList<T>!): Unit
open static fun <T : Any!> removeLast(value: MutableList<T>!): Unit
open static fun <T : Any!> removeRange(value: MutableList<T>!, start: Int, end: Int): Unit
open static fun <T : Any!> reverse(value: MutableList<T>!): Unit
open static fun <T : Any!> set(value: MutableList<T>!, index: Int, item: T): Unit
open static fun <T : Any!> single(value: MutableList<T>!): T
open static fun <T : Any!> slice(value: MutableList<T>!, start: Int): MutableList<T>!
open static fun <T : Any!> slice(value: MutableList<T>!, start: Int, end: Int): MutableList<T>!
open static fun <T : Any!> sort(value: MutableList<T>!): Unit
open static fun <T : Any!> sortWith(value: MutableList<T>!, comparer: Comparer!): Unit
open static fun <T : Any!> toString(value: MutableList<T>!): String!
open class ListIndexException : FatalException
abstract class ListProperty
abstract class Logger
Module Contents
Logger()
open fun debug(@NonNull @NotNull message: @NotNull String): Unit
open fun debug(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?): Unit
abstract fun debug(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?, dump: Boolean): Unit
open fun error(@NonNull @NotNull message: @NotNull String): Unit
open fun error(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?): Unit
abstract fun error(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?, dump: Boolean): Unit
@NonNull @NotNull abstract fun getName(): @NotNull String
open fun info(@NonNull @NotNull message: @NotNull String): Unit
open fun info(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?): Unit
abstract fun info(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?, dump: Boolean): Unit
abstract fun isDebugEnabled(): Boolean
abstract fun isErrorEnabled(): Boolean
abstract fun isInfoEnabled(): Boolean
abstract fun isTraceEnabled(): Boolean
abstract fun isWarnEnabled(): Boolean
open fun trace(@NonNull @NotNull message: @NotNull String): Unit
open fun trace(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?): Unit
abstract fun trace(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?, dump: Boolean): Unit
open fun warn(@NonNull @NotNull message: @NotNull String): Unit
open fun warn(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?): Unit
abstract fun warn(@NonNull @NotNull message: @NotNull String, @Nullable @Nullable cause: @Nullable RuntimeException?, dump: Boolean): Unit
abstract class LoggerFactory
abstract class LoggerFactory
abstract class LongConstant
abstract class LongDefault
abstract class LongFunction
abstract class LongMath
abstract class LongOperator
Module Contents
LongOperator()
open static fun add(left: Long, right: Long): Long
open static fun compare(left: Long, right: Long): Int
open static fun divide(left: Long, right: Long): Long
open static fun equal(left: Long, right: Long): Boolean
open static fun greaterEqual(left: Long, right: Long): Boolean
open static fun greaterThan(left: Long, right: Long): Boolean
open static fun lessEqual(left: Long, right: Long): Boolean
open static fun lessThan(left: Long, right: Long): Boolean
open static fun multiply(left: Long, right: Long): Long
open static fun negate(value: Long): Long
open static fun notEqual(left: Long, right: Long): Boolean
open static fun remainder(left: Long, right: Long): Long
open static fun subtract(left: Long, right: Long): Long
open class MapFromObject : UntypedMap
open class MapFromString : UntypedMap
open class MapIteratorFromObject
open class MapIteratorFromString
open class MissingEntryException : FatalException
open class MutableBoolean
open class MutableInt
open class MutableLong
open class NotImplementedException : FatalException
open class NotUniqueException : FatalException
abstract class NullableBinary
abstract class NullableBoolean
abstract class NullableByte
abstract class NullableChar
abstract class NullableDecimal
abstract class NullableDouble
abstract class NullableFloat
abstract class NullableInt
abstract class NullableInteger
abstract class NullableLong
abstract class NullableObject
abstract class NullableShort
abstract class NullableString
open class NullValueException : FatalException
abstract class NumberParser
abstract class ObjectAsAny
abstract class ObjectFactory
abstract class ObjectFunction
abstract class ObjectIsAny
abstract class ObjectOperator
abstract class OperatingSystem
open class OverflowException : FatalException
abstract class PearsonHashing
abstract class ProcessExitCode
open class ReadWriteMutex
open class ReentrantMutex
open class RegularExpression
abstract class RunAction
abstract class RunFunction
open class RuntimeIOException : RuntimeException
abstract class SchemaFormat
abstract class ShortConstant
abstract class ShortDefault
abstract class ShortFunction
abstract class ShortMath
abstract class ShortOperator
Module Contents
ShortOperator()
open static fun add(left: Short, right: Short): Short
open static fun compare(left: Short, right: Short): Int
open static fun divide(left: Short, right: Short): Short
open static fun equal(left: Short, right: Short): Boolean
open static fun greaterEqual(left: Short, right: Short): Boolean
open static fun greaterThan(left: Short, right: Short): Boolean
open static fun lessEqual(left: Short, right: Short): Boolean
open static fun lessThan(left: Short, right: Short): Boolean
open static fun multiply(left: Short, right: Short): Short
open static fun negate(value: Short): Short
open static fun notEqual(left: Short, right: Short): Boolean
open static fun remainder(left: Short, right: Short): Short
open static fun subtract(left: Short, right: Short): Short
open class SparseIndexMap : IntArray
abstract class StringCache
open class StringComparer : Comparer
abstract class StringConstant
abstract class StringDefault
abstract class StringEquality
abstract class StringFunction
Module Contents
StringFunction()
@NonNull @NotNull open static fun afterFirst(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull text: @NotNull String): @NotNull String
@NonNull @NotNull open static fun afterLast(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull text: @NotNull String): @NotNull String
@NonNull @NotNull open static fun beforeFirst(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull text: @NotNull String): @NotNull String
@NonNull @NotNull open static fun beforeLast(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull text: @NotNull String): @NotNull String
open static fun compareTo(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull other: @NotNull String): Int
open static fun endsWith(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull suffix: @NotNull String): Boolean
open static fun endsWith(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull suffix: @NotNull String, end: Int): Boolean
open static fun equalsIgnoreCase(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull other: @NotNull String): Boolean
open static fun hashCode(@NonNull @NotNull value: @NotNull String): Int
@NonNull @NotNull open static fun htmlEscape(@NonNull @NotNull value: @NotNull String): @NotNull String
open static fun includes(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull text: @NotNull String): Boolean
open static fun includes(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull text: @NotNull String, start: Int): Boolean
open static fun includesAny(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull chars: @NotNull String): Boolean
open static fun includesChar(@NonNull @NotNull value: @NotNull String, text: Char): Boolean
open static fun includesChar(@NonNull @NotNull value: @NotNull String, text: Char, start: Int): Boolean
open static fun indexOf(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull find: @NotNull String): Int
open static fun indexOf(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull find: @NotNull String, start: Int): Int
open static fun indexOfAny(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull chars: @NotNull String): Int
open static fun indexOfAny(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull chars: @NotNull String, start: Int): Int
open static fun indexOfChar(@NonNull @NotNull value: @NotNull String, find: Char): Int
open static fun indexOfChar(@NonNull @NotNull value: @NotNull String, find: Char, start: Int): Int
@NonNull @NotNull open static fun insert(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull insert: @NotNull String, index: Int): @NotNull String
open static fun isEmpty(@NonNull @NotNull value: @NotNull String): Boolean
@NonNull @NotNull open static fun join(@Nullable @Nullable vararg strings: @Nullable String?): @NotNull String
open static fun lastIndexOf(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull find: @NotNull String): Int
open static fun lastIndexOf(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull find: @NotNull String, start: Int): Int
open static fun lastIndexOfAny(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull chars: @NotNull String): Int
open static fun lastIndexOfAny(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull chars: @NotNull String, start: Int): Int
open static fun lastIndexOfChar(@NonNull @NotNull value: @NotNull String, find: Char): Int
open static fun lastIndexOfChar(@NonNull @NotNull value: @NotNull String, find: Char, start: Int): Int
@NonNull @NotNull open static fun lowerFirst(@NonNull @NotNull value: @NotNull String): @NotNull String
@NonNull @NotNull open static fun padLeft(@NonNull @NotNull value: @NotNull String, maxLength: Int): @NotNull String
@NonNull @NotNull open static fun padLeft(@NonNull @NotNull value: @NotNull String, maxLength: Int, @NonNull @NotNull fillStr: @NotNull String): @NotNull String
@NonNull @NotNull open static fun padRight(@NonNull @NotNull value: @NotNull String, maxLength: Int): @NotNull String
@NonNull @NotNull open static fun padRight(@NonNull @NotNull value: @NotNull String, maxLength: Int, @NonNull @NotNull fillStr: @NotNull String): @NotNull String
@NonNull @NotNull open static fun percentDecode(@NonNull @NotNull value: @NotNull String): @NotNull String
@NonNull @NotNull open static fun percentEncode(@NonNull @NotNull value: @NotNull String): @NotNull String
@NonNull @NotNull open static fun percentNormal(@NonNull @NotNull value: @NotNull String): @NotNull String
@NonNull @NotNull open static fun prettyName(@NonNull @NotNull value: @NotNull String, upperFirst: Boolean): @NotNull String
@NonNull @NotNull open static fun removePrefix(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull prefix: @NotNull String): @NotNull String
@NonNull @NotNull open static fun removeSuffix(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull suffix: @NotNull String): @NotNull String
@NonNull @NotNull open static fun repeat(@NonNull @NotNull value: @NotNull String, count: Int): @NotNull String
@NonNull @NotNull open static fun replaceAll(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull text: @NotNull String, @NonNull @NotNull newText: @NotNull String): @NotNull String
@NonNull @NotNull open static fun replaceFirst(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull text: @NotNull String, @NonNull @NotNull newText: @NotNull String): @NotNull String
@NonNull @NotNull open static fun replaceLast(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull text: @NotNull String, @NonNull @NotNull newText: @NotNull String): @NotNull String
@NonNull @NotNull open static fun slice(@NonNull @NotNull value: @NotNull String, start: Int): @NotNull String
@NonNull @NotNull open static fun slice(@NonNull @NotNull value: @NotNull String, start: Int, end: Int): @NotNull String
open static fun startsWith(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull prefix: @NotNull String): Boolean
open static fun startsWith(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull prefix: @NotNull String, start: Int): Boolean
@NonNull @NotNull open static fun substr(@NonNull @NotNull value: @NotNull String, start: Int): @NotNull String
@NonNull @NotNull open static fun substr(@NonNull @NotNull value: @NotNull String, start: Int, length: Int): @NotNull String
@NonNull @NotNull open static fun substring(@NonNull @NotNull value: @NotNull String, start: Int): @NotNull String
@NonNull @NotNull open static fun substring(@NonNull @NotNull value: @NotNull String, start: Int, end: Int): @NotNull String
@Nullable @Nullable open static fun toAny(@NonNull @NotNull value: @NotNull String): @Nullable Any?
@NonNull @NotNull open static fun toBinary(@NonNull @NotNull value: @NotNull String): ByteArray
open static fun toChar(@NonNull @NotNull value: @NotNull String): Char
@NonNull @NotNull open static fun toJSON(@NonNull @NotNull value: @NotNull String): @NotNull String
@NonNull @NotNull open static fun toLowerCase(@NonNull @NotNull value: @NotNull String): @NotNull String
@NonNull @NotNull open static fun toString(@NonNull @NotNull value: @NotNull String): @NotNull String
@NonNull @NotNull open static fun toUpperCase(@NonNull @NotNull value: @NotNull String): @NotNull String
@NonNull @NotNull open static fun trim(@NonNull @NotNull value: @NotNull String): @NotNull String
@NonNull @NotNull open static fun trimLeft(@NonNull @NotNull value: @NotNull String): @NotNull String
@NonNull @NotNull open static fun trimRight(@NonNull @NotNull value: @NotNull String): @NotNull String
@NonNull @NotNull open static fun upperFirst(@NonNull @NotNull value: @NotNull String): @NotNull String
@NonNull @NotNull open static fun withPrefix(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull prefix: @NotNull String): @NotNull String
@NonNull @NotNull open static fun withSuffix(@NonNull @NotNull value: @NotNull String, @NonNull @NotNull suffix: @NotNull String): @NotNull String
@NonNull @NotNull open static fun xmlEscape(@NonNull @NotNull value: @NotNull String): @NotNull String
abstract class StringOperator
abstract class SystemClock
abstract class SystemConsole
abstract class SystemEnvironment
open class ThreadLocal
abstract class ThreadSleep
open class ThreadStart
open class UndefinedException : FatalException
open class UnexpectedException : FatalException
abstract class UnicodeClass
abstract class UnicodeIdentifier
open class UntypedList
Module Contents
UntypedList(capacity: Int)
UntypedList(capacity: Int, @Nullable @Nullable repeatValue: @Nullable Any?)
UntypedList(capacity: Int, @Nullable @Nullable repeatValue: @Nullable Any?, repeatCount: Int)
open fun add(@Nullable @Nullable item: @Nullable Any?): Unit
open fun addAll(@NonNull @NotNull list: @NotNull UntypedList): Unit
open fun addRange(@NonNull @NotNull list: @NotNull UntypedList, start: Int, end: Int): Unit
open fun clear(): Unit
fun endRange(end: Int): Int
@Nullable @Nullable fun first(): @Nullable Any?
@Nullable @Nullable fun get(index: Int): @Nullable Any?
@NonNull @NotNull open static fun getEmpty(): @NotNull UntypedList
fun indexOf(@Nullable @Nullable item: @Nullable Any?): Int
fun indexOf(@Nullable @Nullable item: @Nullable Any?, start: Int): Int
open fun insertAll(index: Int, @NonNull @NotNull list: @NotNull UntypedList): Unit
open fun insertAt(index: Int, @Nullable @Nullable item: @Nullable Any?): Unit
open fun isEmpty(): Boolean
open fun isMutable(): Boolean
@Nullable @Nullable fun last(): @Nullable Any?
fun lastIndexOf(@Nullable @Nullable item: @Nullable Any?): Int
fun lastIndexOf(@Nullable @Nullable item: @Nullable Any?, start: Int): Int
open fun length(): Int
@Nullable @Nullable open fun pop(): @Nullable Any?
open fun push(@Nullable @Nullable item: @Nullable Any?): Int
open fun removeAt(index: Int): Unit
open fun removeFirst(): Unit
open fun removeLast(): Unit
open fun removeRange(start: Int, end: Int): Unit
open fun reserve(capacity: Int): Unit
open fun reverse(): Unit
open fun set(index: Int, @Nullable @Nullable item: @Nullable Any?): Unit
@Nullable @Nullable open fun shift(): @Nullable Any?
@Nullable @Nullable fun single(): @Nullable Any?
@NonNull @NotNull fun slice(start: Int, end: Int): @NotNull UntypedList
open fun sort(): Unit
open fun sortWith(@NonNull @NotNull comparer: @NotNull Comparer): Unit
fun startRange(start: Int): Int
@NonNull @NotNull open fun toString(): @NotNull String
open fun use(@NonNull @NotNull comparer: @NotNull Comparer, @NonNull @NotNull equality: @NotNull Equality): Unit
abstract class UntypedMap
open class UntypedSet
open class UsageException : FatalException
abstract class UTF16
abstract class UTF8
open class UTF8Exception : ExceptionBase
open class VersionMismatchException : FatalException
package com.sap.cloud.mobile.odata.csdl
package com.sap.cloud.mobile.odata.file
package com.sap.cloud.mobile.odata.http
Module Contents
open class HttpAddress
open class HttpCookies
open class HttpException : DataNetworkException
abstract class HttpHandler
abstract class HttpHandlerType
open class HttpHeaders
abstract class HttpMethod
open class HttpRequest
Module Contents
HttpRequest()
open fun close(): Unit
open fun enableTrace(@Nullable @Nullable serviceName: @Nullable String?, traceRequest: Boolean, : Boolean, traceContent: Boolean, prettyPrint: Boolean): Unit
open fun getCompressRequest(): Boolean
open fun getCompressResponse(): Boolean
@Nullable @Nullable open fun getHandler(): @Nullable HttpHandler?
@NonNull @NotNull open fun getMethod(): @NotNull String
@Nullable @Nullable open fun getPassword(): @Nullable String?
open fun getPrettyPrint(): Boolean
@Nullable @Nullable open fun getRequestBytes(): @Nullable ByteStream?
@Nullable @Nullable open fun getRequestChars(): @Nullable CharStream?
@Nullable @Nullable open fun getRequestCookie(@NonNull @NotNull name: @NotNull String): @Nullable String?
@NonNull @NotNull open fun getRequestCookies(): @NotNull HttpCookies
@Nullable @Nullable open fun getRequestData(): ByteArray?
@Nullable @Nullable open fun getRequestHeader(@NonNull @NotNull : @NotNull String): @Nullable String?
@NonNull @NotNull open fun getRequestHeaders(): @NotNull HttpHeaders
@NonNull @NotNull open fun getRequestOptions(): @NotNull RequestOptions
@Nullable @Nullable open fun getRequestText(): @Nullable String?
@NonNull @NotNull open fun getResponseBytes(): @NotNull ByteStream
@NonNull @NotNull open fun getResponseChars(): @NotNull CharStream
@Nullable @Nullable open fun getResponseCookie(@NonNull @NotNull name: @NotNull String): @Nullable String?
@NonNull @NotNull open fun getResponseCookies(): @NotNull HttpCookies
@NonNull @NotNull open fun getResponseData(): ByteArray
open fun getResponseDataCount(): Long
open fun getResponseGzipCount(): Long
@Nullable @Nullable open fun getResponseHeader(@NonNull @NotNull : @NotNull String): @Nullable String?
@NonNull @NotNull open fun getResponseHeaders(): @NotNull HttpHeaders
@NonNull @NotNull open fun getResponseText(): @NotNull String
open fun getStatus(): Int
@NonNull @NotNull open fun getStatusText(): @NotNull String
open fun getStreamRequest(): Boolean
open fun getStreamResponse(): Boolean
open fun getTraceContent(): Boolean
open fun getTraceHeaders(): Boolean
open fun getTraceRequest(): Boolean
open fun getUnzipResponse(): Boolean
@NonNull @NotNull open fun getUrl(): @NotNull String
@Nullable @Nullable open fun getUsername(): @Nullable String?
open fun getVersion(): Int
open fun hasResponseBytes(): Boolean
open fun hasResponseChars(): Boolean
open fun hasResponseData(): Boolean
open fun hasResponseText(): Boolean
open fun isActive(): Boolean
open fun login(@NonNull @NotNull username: @NotNull String, @NonNull @NotNull password: @NotNull String): Unit
open fun open(@NonNull @NotNull method: @NotNull String, @NonNull @NotNull url: @NotNull String): Unit
open fun send(): Unit
open fun setActive(value: Boolean): Unit
open fun setCompressRequest(value: Boolean): Unit
open fun setCompressResponse(value: Boolean): Unit
open fun setHandler(@Nullable @Nullable value: @Nullable HttpHandler?): Unit
open fun setInputStream(@NonNull @NotNull stream: @NotNull InputStream): Unit
open fun setMethod(@NonNull @NotNull value: @NotNull String): Unit
open fun setPassword(@Nullable @Nullable value: @Nullable String?): Unit
open fun setRequestBytes(@Nullable @Nullable value: @Nullable ByteStream?): Unit
open fun setRequestChars(@Nullable @Nullable value: @Nullable CharStream?): Unit
open fun setRequestCookie(@NonNull @NotNull name: @NotNull String, @NonNull @NotNull value: @NotNull String): Unit
open fun setRequestCookies(@NonNull @NotNull value: @NotNull HttpCookies): Unit
open fun setRequestData(@Nullable @Nullable value: ByteArray?): Unit
open fun setRequestHeader(@NonNull @NotNull : @NotNull String, @NonNull @NotNull : @NotNull String): Unit
open fun setRequestHeaders(@NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun setRequestOptions(@NonNull @NotNull value: @NotNull RequestOptions): Unit
open fun setRequestText(@Nullable @Nullable value: @Nullable String?): Unit
open fun setResponseBytes(@NonNull @NotNull value: @NotNull ByteStream): Unit
open fun setResponseChars(@NonNull @NotNull value: @NotNull CharStream): Unit
open fun setResponseCookie(@NonNull @NotNull name: @NotNull String, @NonNull @NotNull value: @NotNull String): Unit
open fun setResponseCookies(@NonNull @NotNull value: @NotNull HttpCookies): Unit
open fun setResponseData(@NonNull @NotNull value: ByteArray): Unit
open fun setResponseHeader(@NonNull @NotNull : @NotNull String, @NonNull @NotNull : @NotNull String): Unit
open fun setResponseHeaders(@NonNull @NotNull : @NotNull HttpHeaders): Unit
open fun setResponseText(@NonNull @NotNull value: @NotNull String): Unit
open fun setStatus(value: Int): Unit
open fun setStatusText(@NonNull @NotNull value: @NotNull String): Unit
open fun setStreamRequest(value: Boolean): Unit
open fun setStreamResponse(value: Boolean): Unit
open fun setUnzipResponse(value: Boolean): Unit
open fun setUrl(@NonNull @NotNull value: @NotNull String): Unit
open fun setUsername(@Nullable @Nullable value: @Nullable String?): Unit
open fun setVersion(value: Int): Unit
abstract class HttpStatus
abstract class HttpStatusText
abstract class HttpVersion
open class MimePart
open class MimePartList : ListBase, MutableIterable<MimePart!>
open class MimeStreamReader : ByteStream
open class MimeStreamWriter : ByteStream
abstract class MimeType
open class OKHttpHandler : HttpHandler
open class OKHttpHandler : HttpHandler
package com.sap.cloud.mobile.odata.json
Module Contents
abstract class GeoJson
open class JsonArray : JsonElement
open class JsonBoolean : JsonElement
open class JsonBooleanToken : JsonToken
open class JsonDeltaStream : DeltaStream
abstract class JsonElement
open class JsonElementStream
open class JsonException : DataFormatException
open class JsonNumber : JsonElement
open class JsonNumberToken : JsonToken
open class JsonObject : JsonElement
open class JsonOrderedObject : JsonObject
abstract class JsonOutputStream
abstract class JsonPretty
open class JsonString : JsonElement
open class JsonStringToken : JsonToken
abstract class JsonToken
open class JsonTokenStream
abstract class JsonValue
Module Contents
JsonValue()
@NonNull @NotNull open static fun errorResponse(@NonNull @NotNull document: @NotNull JsonElement, @NonNull @NotNull context: @NotNull DataContext): @NotNull ErrorResponse
@NonNull @NotNull open static fun formatCall(@NonNull @NotNull call: @NotNull DataMethodCall, @NonNull @NotNull context: @NotNull DataContext): @NotNull JsonElement
@NonNull @NotNull open static fun formatDocument(@NonNull @NotNull value: @NotNull DataValue, @NonNull @NotNull context: @NotNull DataContext): @NotNull JsonElement
@NonNull @NotNull open static fun formatLink(@NonNull @NotNull entity: @NotNull EntityValue, @NonNull @NotNull context: @NotNull DataContext): @NotNull JsonElement
@NonNull @NotNull open static fun fromBasicList(@NonNull @NotNull list: @NotNull DataValueList, @NonNull @NotNull context: @NotNull DataContext): @NotNull JsonElement
@NonNull @NotNull open static fun fromBinary(@NonNull @NotNull value: ByteArray): @NotNull JsonElement
@NonNull @NotNull open static fun fromBoolean(value: Boolean): @NotNull JsonElement
@NonNull @NotNull open static fun fromByte(value: Byte): @NotNull JsonElement
@NonNull @NotNull open static fun fromChar(value: Char): @NotNull JsonElement
@NonNull @NotNull open static fun fromComplexList(@NonNull @NotNull list: @NotNull ComplexValueList, @NonNull @NotNull context: @NotNull DataContext): @NotNull JsonElement
@Nullable @Nullable open static fun fromComplexValue(@Nullable @Nullable complex: @Nullable ComplexValue?, @NonNull @NotNull context: @NotNull DataContext): @Nullable JsonElement?
@Nullable @Nullable open static fun fromDataValue(@Nullable @Nullable value: @Nullable DataValue?, @NonNull @NotNull context: @NotNull DataContext): @Nullable JsonElement?
@NonNull @NotNull open static fun fromDecimal(@NonNull @NotNull value: @NotNull BigDecimal): @NotNull JsonElement
@NonNull @NotNull open static fun fromDouble(value: Double): @NotNull JsonElement
@NonNull @NotNull open static fun fromEntityList(@NonNull @NotNull list: @NotNull EntityValueList, @NonNull @NotNull context: @NotNull DataContext): @NotNull JsonElement
@Nullable @Nullable open static fun fromEntityValue(@Nullable @Nullable entity: @Nullable EntityValue?, @NonNull @NotNull context: @NotNull DataContext): @Nullable JsonElement?
@NonNull @NotNull open static fun fromFloat(value: Float): @NotNull JsonElement
@NonNull @NotNull open static fun fromInt(value: Int): @NotNull JsonElement
@NonNull @NotNull open static fun fromInteger(@NonNull @NotNull value: @NotNull BigInteger): @NotNull JsonElement
@NonNull @NotNull open static fun fromLong(value: Long): @NotNull JsonElement
@Nullable @Nullable open static fun fromNullableBinary(@Nullable @Nullable value: ByteArray?): @Nullable JsonElement?
@Nullable @Nullable open static fun fromNullableBoolean(@Nullable @Nullable value: @Nullable Boolean?): @Nullable JsonElement?
@Nullable @Nullable open static fun fromNullableByte(@Nullable @Nullable value: @Nullable Byte?): @Nullable JsonElement?
@Nullable @Nullable open static fun fromNullableChar(@Nullable @Nullable value: @Nullable Char?): @Nullable JsonElement?
@Nullable @Nullable open static fun fromNullableDecimal(@Nullable @Nullable value: @Nullable BigDecimal?): @Nullable JsonElement?
@Nullable @Nullable open static fun fromNullableDouble(@Nullable @Nullable value: @Nullable Double?): @Nullable JsonElement?
@Nullable @Nullable open static fun fromNullableFloat(@Nullable @Nullable value: @Nullable Float?): @Nullable JsonElement?
@Nullable @Nullable open static fun fromNullableInt(@Nullable @Nullable value: @Nullable Int?): @Nullable JsonElement?
@Nullable @Nullable open static fun fromNullableInteger(@Nullable @Nullable value: @Nullable BigInteger?): @Nullable JsonElement?
@Nullable @Nullable open static fun fromNullableLong(@Nullable @Nullable value: @Nullable Long?): @Nullable JsonElement?
@Nullable @Nullable open static fun fromNullableShort(@Nullable @Nullable value: @Nullable Short?): @Nullable JsonElement?
@Nullable @Nullable open static fun fromNullableString(@Nullable @Nullable value: @Nullable String?): @Nullable JsonElement?
@NonNull @NotNull open static fun fromShort(value: Short): @NotNull JsonElement
@NonNull @NotNull open static fun fromString(@NonNull @NotNull value: @NotNull String): @NotNull JsonElement
@Nullable @Nullable open static fun parseDocument(@Nullable @Nullable document: @Nullable JsonElement?, @NonNull @NotNull type: @NotNull DataType, @NonNull @NotNull context: @NotNull DataContext): @Nullable DataValue?
@NonNull @NotNull open static fun parseLink(@NonNull @NotNull document: @NotNull JsonElement, @NonNull @NotNull type: @NotNull EntityType, @NonNull @NotNull context: @NotNull DataContext): @NotNull EntityValue
@NonNull @NotNull open static fun parseLinks(@NonNull @NotNull document: @NotNull JsonElement, @NonNull @NotNull type: @NotNull EntityType, @NonNull @NotNull context: @NotNull DataContext): @NotNull EntityValueList
@NonNull @NotNull open static fun parseReference(@NonNull @NotNull uri: @NotNull String, @NonNull @NotNull entityType: @NotNull EntityType, @NonNull @NotNull entitySet: @NotNull EntitySet, @NonNull @NotNull context: @NotNull DataContext): @NotNull EntityValue
@NonNull @NotNull open static fun parseReference(@NonNull @NotNull uri: @NotNull String, @NonNull @NotNull entityType: @NotNull EntityType, @NonNull @NotNull entitySet: @NotNull EntitySet, @NonNull @NotNull context: @NotNull DataContext, binding: Boolean): @NotNull EntityValue
@NonNull @NotNull open static fun toBasicList(@Nullable @Nullable element: @Nullable JsonElement?, @NonNull @NotNull type: @NotNull DataType, @NonNull @NotNull context: @NotNull DataContext): @NotNull DataValueList
@NonNull @NotNull open static fun toBinary(@Nullable @Nullable element: @Nullable JsonElement?): ByteArray
open static fun toBoolean(@Nullable @Nullable element: @Nullable JsonElement?): Boolean
open static fun toByte(@Nullable @Nullable element: @Nullable JsonElement?): Byte
open static fun toChar(@Nullable @Nullable element: @Nullable JsonElement?): Char
@NonNull @NotNull open static fun toComplexList(@Nullable @Nullable element: @Nullable JsonElement?, @NonNull @NotNull type: @NotNull DataType, @NonNull @NotNull context: @NotNull DataContext): @NotNull ComplexValueList
@Nullable @Nullable open static fun toComplexValue(@Nullable @Nullable element: @Nullable JsonElement?, @NonNull @NotNull type: @NotNull ComplexType, @NonNull @NotNull context: @NotNull DataContext): @Nullable ComplexValue?
@Nullable @Nullable open static fun toDataValue(@Nullable @Nullable element: @Nullable JsonElement?, @NonNull @NotNull type: @NotNull DataType, @NonNull @NotNull context: @NotNull DataContext): @Nullable DataValue?
@NonNull @NotNull open static fun toDecimal(@Nullable @Nullable element: @Nullable JsonElement?): @NotNull BigDecimal
open static fun toDouble(@Nullable @Nullable element: @Nullable JsonElement?): Double
@NonNull @NotNull open static fun toEntityList(@Nullable @Nullable element: @Nullable JsonElement?, @NonNull @NotNull type: @NotNull DataType, @NonNull @NotNull context: @NotNull DataContext): @NotNull EntityValueList
@Nullable @Nullable open static fun toEntityValue(@Nullable @Nullable element: @Nullable JsonElement?, @NonNull @NotNull type: @NotNull EntityType, @NonNull @NotNull context: @NotNull DataContext): @Nullable EntityValue?
open static fun toFloat(@Nullable @Nullable element: @Nullable JsonElement?): Float
open static fun toInt(@Nullable @Nullable element: @Nullable JsonElement?): Int
@NonNull @NotNull open static fun toInteger(@Nullable @Nullable element: @Nullable JsonElement?): @NotNull BigInteger
open static fun toLong(@Nullable @Nullable element: @Nullable JsonElement?): Long
@Nullable @Nullable open static fun toNullableBinary(@Nullable @Nullable element: @Nullable JsonElement?): ByteArray?
@Nullable @Nullable open static fun toNullableBoolean(@Nullable @Nullable element: @Nullable JsonElement?): @Nullable Boolean?
@Nullable @Nullable open static fun toNullableByte(@Nullable @Nullable element: @Nullable JsonElement?): @Nullable Byte?
@Nullable @Nullable open static fun toNullableChar(@Nullable @Nullable element: @Nullable JsonElement?): @Nullable Char?
@Nullable @Nullable open static fun toNullableDecimal(@Nullable @Nullable element: @Nullable JsonElement?): @Nullable BigDecimal?
@Nullable @Nullable open static fun toNullableDouble(@Nullable @Nullable element: @Nullable JsonElement?): @Nullable Double?
@Nullable @Nullable open static fun toNullableFloat(@Nullable @Nullable element: @Nullable JsonElement?): @Nullable Float?
@Nullable @Nullable open static fun toNullableInt(@Nullable @Nullable element: @Nullable JsonElement?): @Nullable Int?
@Nullable @Nullable open static fun toNullableInteger(@Nullable @Nullable element: @Nullable JsonElement?): @Nullable BigInteger?
@Nullable @Nullable open static fun toNullableLong(@Nullable @Nullable element: @Nullable JsonElement?): @Nullable Long?
@Nullable @Nullable open static fun toNullableShort(@Nullable @Nullable element: @Nullable JsonElement?): @Nullable Short?
@Nullable @Nullable open static fun toNullableString(@Nullable @Nullable element: @Nullable JsonElement?): @Nullable String?
open static fun toShort(@Nullable @Nullable element: @Nullable JsonElement?): Short
@NonNull @NotNull open static fun toString(@Nullable @Nullable element: @Nullable JsonElement?): @NotNull String
package com.sap.cloud.mobile.odata.xml
Module Contents
open class XmlAttribute
open class XmlAttributeList : ListBase, MutableIterable<XmlAttribute!>
open class XmlComment : XmlNode
open class XmlCommentList : ListBase, MutableIterable<XmlComment!>
open class XmlCompression
open class XmlDocument
open class XmlDuration
open class XmlElement : XmlNode
open class XmlElementList : ListBase, MutableIterable<XmlElement!>
open class XmlElementMap : MapBase
open class XmlException : DataFormatException
open class XmlName
open class XmlNameList : ListBase, MutableIterable<XmlName!>
abstract class XmlNode
open class XmlNodeList : ListBase, MutableIterable<XmlNode!>
open class XmlParser
Module Contents
@Nullable @Nullable open fun getDeclaration(): @Nullable String?
@NonNull @NotNull open fun getRootElement(): @NotNull XmlElement
@Nullable @Nullable open fun nextChild(@NonNull @NotNull element: @NotNull XmlElement, parseNested: Boolean): @Nullable XmlNode?
@Nullable @Nullable open fun nextChildElement(@NonNull @NotNull element: @NotNull XmlElement, parseNested: Boolean): @Nullable XmlElement?
@NonNull @NotNull open fun nextElement(): @NotNull XmlElement
open class Options
@NonNull @NotNull open static fun parseDocument(@NonNull @NotNull stream: @NotNull CharStream): @NotNull XmlDocument
@NonNull @NotNull open static fun parseDocument(@NonNull @NotNull stream: @NotNull CharStream, mixed: Boolean): @NotNull XmlDocument
@NonNull @NotNull open static fun parseDocument(@NonNull @NotNull stream: @NotNull CharStream, mixed: Boolean, @NonNull @NotNull options: @NotNull XmlParser.Options): @NotNull XmlDocument
@NonNull @NotNull open fun parseElement(): @NotNull XmlElement
open fun readChildren(@NonNull @NotNull element: @NotNull XmlElement): Unit
open fun setDeclaration(@Nullable @Nullable value: @Nullable String?): Unit
open fun setRootElement(@NonNull @NotNull value: @NotNull XmlElement): Unit
@NonNull @NotNull open static fun startDocument(@NonNull @NotNull stream: @NotNull CharStream): @NotNull XmlParser
@NonNull @NotNull open static fun startDocument(@NonNull @NotNull stream: @NotNull CharStream, mixed: Boolean): @NotNull XmlParser
@NonNull @NotNull open static fun startDocument(@NonNull @NotNull stream: @NotNull CharStream, mixed: Boolean, @NonNull @NotNull options: @NotNull XmlParser.Options): @NotNull XmlParser
@NonNull @NotNull open static fun startElement(@NonNull @NotNull stream: @NotNull CharStream): @NotNull XmlParser
@NonNull @NotNull open static fun startElement(@NonNull @NotNull stream: @NotNull CharStream, mixed: Boolean): @NotNull XmlParser
@NonNull @NotNull open static fun startElement(@NonNull @NotNull stream: @NotNull CharStream, mixed: Boolean, @NonNull @NotNull options: @NotNull XmlParser.Options): @NotNull XmlParser
@NonNull @NotNull open static fun static_parseElement(@NonNull @NotNull stream: @NotNull CharStream): @NotNull XmlElement
@NonNull @NotNull open static fun static_parseElement(@NonNull @NotNull stream: @NotNull CharStream, mixed: Boolean): @NotNull XmlElement
@NonNull @NotNull open static fun static_parseElement(@NonNull @NotNull stream: @NotNull CharStream, mixed: Boolean, @NonNull @NotNull options: @NotNull XmlParser.Options): @NotNull XmlElement
abstract class XmlPretty
open class XmlPrettyText : XmlText
open class XmlProcessingInstruction : XmlNode
open class XmlProcessingInstructionList : ListBase, MutableIterable<XmlProcessingInstruction!>
open class XmlText : XmlNode